Issue 4930 in pharo: Javascript-Core-lr.90 creates unnamed anonymous functions, but Firefox 7 won't run them.

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 4930 in pharo: Javascript-Core-lr.90 creates unnamed anonymous functions, but Firefox 7 won't run them.

pharo
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=4930

I 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
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4930 in pharo: Javascript-Core-lr.90 creates unnamed anonymous functions, but Firefox 7 won't run them.

pharo
Updates:
        Cc: renggli

Comment #1 on 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=4930

lukas this is probably for seaside.


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 4930 in pharo: Javascript-Core-lr.90 creates unnamed anonymous functions, but Firefox 7 won't run them.

pharo
Updates:
        Status: Invalid

Comment #2 on issue 4930 by renggli: Javascript-Core-lr.90 creates unnamed  
anonymous functions, but Firefox 7 won't run them.
http://code.google.com/p/pharo/issues/detail?id=4930

Thank you, I created an entry in the Seaside tracker:

http://code.google.com/p/seaside/issues/detail?id=696


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker