Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium ES5
New issue 1412 by [email protected]: Apply with arguments optimization needs updating for ES5
http://code.google.com/p/v8/issues/detail?id=1412The apply with arguments optimization converts undefined and null to the global object unconditionally. For ES5 that is incorrect for strict mode functions and for builtins.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
