File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1544,6 +1544,11 @@ bool v8__FunctionCallbackInfo__IsConstructCall(
15441544 return self.IsConstructCall ();
15451545}
15461546
1547+ const v8::Value* v8__FunctionCallbackInfo__NewTarget (
1548+ const v8::FunctionCallbackInfo<v8::Value>& self) {
1549+ return local_to_ptr (self.NewTarget ());
1550+ }
1551+
15471552// PropertyCallbackInfo
15481553
15491554v8::Isolate* v8__PropertyCallbackInfo__GetIsolate (
Original file line number Diff line number Diff line change @@ -800,6 +800,8 @@ const Value* v8__FunctionCallbackInfo__Data(
800800 const FunctionCallbackInfo * self );
801801bool v8__FunctionCallbackInfo__IsConstructCall (
802802 const FunctionCallbackInfo * self );
803+ const Value * v8__FunctionCallbackInfo__NewTarget (
804+ const FunctionCallbackInfo * self );
803805
804806// PropertyCallbackInfo
805807Isolate * v8__PropertyCallbackInfo__GetIsolate (
You can’t perform that action at this time.
0 commit comments