Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug
New issue 4930 by
[hidden email]: Javascript-Core-lr.90 creates unnamed
anonymous functions, but Firefox 7 won't run them.
http://code.google.com/p/pharo/issues/detail?id=4930I have a slice with changes but the problem is that this function in a
Firebug console won't run:
function (){
var a = 1;
};
But this one will:
function anonymousFunctionName(){
var a = 1;
};
I added asFunction:named: to Object, String, and JSFunction plus modified
how the javascript is rendered and added an inst var, functionName to the
JSFunction class.
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker