File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1335,6 +1335,12 @@ void v8__Object__SetAlignedPointerInInternalField(
13351335 ptr_to_local (self)->SetAlignedPointerInInternalField (idx, ptr);
13361336}
13371337
1338+ void * v8__Object__GetAlignedPointerFromInternalField (
1339+ const v8::Object* self,
1340+ int idx) {
1341+ return ptr_to_local (self)->GetAlignedPointerFromInternalField (idx);
1342+ }
1343+
13381344// FunctionCallbackInfo
13391345
13401346v8::Isolate* v8__FunctionCallbackInfo__GetIsolate (
Original file line number Diff line number Diff line change @@ -668,6 +668,9 @@ void v8__Object__SetAlignedPointerInInternalField(
668668 const Object * self ,
669669 int idx ,
670670 void * ptr );
671+ void * v8__Object__GetAlignedPointerFromInternalField (
672+ const Object * self ,
673+ int idx );
671674
672675// Exception
673676const Value * v8__Exception__Error (const String * message );
You can’t perform that action at this time.
0 commit comments