Status: Accepted
Owner: [email protected]
Labels: Type-Bug Priority-Medium

New issue 828 by [email protected]: Avoid use of functions on Function.prototype in native files
http://code.google.com/p/v8/issues/detail?id=828

There are currently (r5258) 50 uses of Function.prototype.call and 7 usages of Function.prototype.apply in the natives files. Theses should be changed to use %_CallFunction and %_ApplyFunction (only %_CallFunction exists today) to avoid unexpected behavior when Function.prototype.call and/or Function.prototype.apply are overwritten.


--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to