Hi Ben, Thanks for backing up my suspicion. Bug was filed ... https://bugs.chromium.org/p/v8/issues/detail?id=5379 D.
> I think you found a bug. > > JSObject::GetOrCreateIdentityHash() computes the hash lazily and > caches it as a symbol property on the object but it looks up that > property with the OWN flag instead of OWN_SKIP_INTERCEPTOR. That > looks incorrect because it means it's going to call your interceptor > again. > > There is a debug check that verifies it's a data property but it's > skipped in release builds. I'd file an issue if I were you. > -- -- v8-users mailing list [email protected] http://groups.google.com/group/v8-users --- You received this message because you are subscribed to the Google Groups "v8-users" 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.
