DescriptionAvoid using Function.prototype.call in a number of places in our
builtins files. We should always use %_CallFunction for a couple of
reasons: it cannot be overwritten and it does not wrap basic types in
wrapper objects.
Committed: http://code.google.com/p/v8/source/detail?r=6524
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|