Updates:
Status: WorkingAsIntended
Comment #2 on issue 462 by [email protected]: the function expression was
broken after r3043 (v1.3.15)
http://code.google.com/p/v8/issues/detail?id=462
This is working as intended. The function expression is not a valid
expression
statement unless you wrap it in parenthesis. Try using (function (msg) {
return
msg.length; }).
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---