You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
void JSObject::SetInternalField(int index, Object* value) {
ASSERT(index < GetInternalFieldCount() && index >= 0);
...}
Could this be a potential regression of recent fix for JS_WrapObject ?
00 jx!v8::internal::OS::DebugBreak
01 jx!v8::internal::OS::Abort
02 jx!V8_Fatal
03 jx!v8::internal::JSObject::SetInternalField
04 jx!v8::Object::SetPointerInInternalField
05 jx!JX_WrapObject
06 jx!JS_WrapObject