From b989f494e0d2d742ebad0c29e1a377f738edaa58 Mon Sep 17 00:00:00 2001 From: johnche Date: Fri, 22 Mar 2024 16:35:12 +0800 Subject: [PATCH] =?UTF-8?q?[unity]=E4=B8=8A=E4=B8=AA=E6=8F=90=E4=BA=A4?= =?UTF-8?q?=E9=9C=B2=E4=BA=86=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- unity/native_src/Src/Puerts.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unity/native_src/Src/Puerts.cpp b/unity/native_src/Src/Puerts.cpp index d9990b72dc..4d9bd75ea9 100644 --- a/unity/native_src/Src/Puerts.cpp +++ b/unity/native_src/Src/Puerts.cpp @@ -169,7 +169,7 @@ V8_EXPORT JSFunction* GetModuleExecutor(v8::Isolate *Isolate) } //-------------------------- begin js call cs -------------------------- -V8_EXPORT const v8::Value *GetArgumentValue(const v8::FunctionCallbackInfo& Info, int Index) +V8_EXPORT const v8::Value *GetArgumentValue(v8::Isolate* Isolate, const v8::FunctionCallbackInfo& Info, int Index) { return *Info[Index]; }