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

No, just interesting to see.

The reason why you are getting the ASSERT is because we let interceptors through on the prototype only if it's on the global object behind a JSGlobalProxy. See https://code.google.com/p/v8/source/browse/trunk/src/ic.cc#1203

The reason why this is slow is because it forces us to call to the API for each global property read and write. That includes any global var / const declaration. I'm not even sure that actually works correctly in all cases ... :)

--
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