Comment #1 on issue 837 by brickysam26: SetInternalFieldCount for InstanceTemplate of FunctionTemplate fails
http://code.google.com/p/v8/issues/detail?id=837

It also doesn't inherit the named or indexed interceptors, I added:

{{{

assert(fn->HasNamedLookupInterceptor());
assert(fn->HasIndexedLookupInterceptor());


}}}

and each results in failure

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

Reply via email to