Skip to content

Commit

Permalink
[unity]上个提交露了文件
Browse files Browse the repository at this point in the history
  • Loading branch information
chexiongsheng committed Mar 22, 2024
1 parent e5adf81 commit b989f49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unity/native_src/Src/Puerts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ V8_EXPORT JSFunction* GetModuleExecutor(v8::Isolate *Isolate)
}

//-------------------------- begin js call cs --------------------------
V8_EXPORT const v8::Value *GetArgumentValue(const v8::FunctionCallbackInfo<v8::Value>& Info, int Index)
V8_EXPORT const v8::Value *GetArgumentValue(v8::Isolate* Isolate, const v8::FunctionCallbackInfo<v8::Value>& Info, int Index)
{
return *Info[Index];
}
Expand Down

0 comments on commit b989f49

Please sign in to comment.