Comment #14 on issue 3463 by [email protected]: Crash with named interceptor (3.26.33)
http://code.google.com/p/v8/issues/detail?id=3463

Oh yes, for an older V8 that won't work out of the box.

You'll want to pass the holder to SetPropertyWithInterceptor, which in case of receiver->IsJSGlobalProxy() is handle(JSGlobalObject::cast(receiver->GetPrototype()).

Alternatively you can update that line in ic.cc that I showed you, and swap the interceptor and JSGlobalProxy handling so that we exit with interceptor before handling JSGlobalProxy.

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to