https://codereview.chromium.org/11312247/diff/1/src/v8natives.js File src/v8natives.js (right):
https://codereview.chromium.org/11312247/diff/1/src/v8natives.js#newcode1159 src/v8natives.js:1159: if (IS_SPEC_FUNCTION(obj)) { On 2012/11/16 14:38:06, arv wrote:
On 2012/11/16 12:28:55, rossberg wrote: > IS_FUNCTION probably is more adequate here, since it shouldn't be a
proxy.
There are more poison pills than functionObj.caller
function.arguments arguments.caller arguments.callee
Yes, but this issue affects only "caller", because it is due to its special casing in 15.3.5.4. https://codereview.chromium.org/11312247/ -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
