Skip to content
This repository was archived by the owner on Jun 2, 2023. It is now read-only.
This repository was archived by the owner on Jun 2, 2023. It is now read-only.

OpenT2T Integration: Hitting Assert (Fatal and app crash) in JSObject::SetInternalField #9

@sanjaiganesh

Description

@sanjaiganesh

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions