We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
0x00007FFF82491164 (puerts) std::enable_shared_from_this<v8_inspector::V8Inspector::Counters>::weak_from_this 0x00007FFF82483C11 (puerts) std::enable_shared_from_this<v8_inspector::V8Inspector::Counters>::weak_from_this 0x00007FFF82414A8C (puerts) GetJSObjectFromResult 0x0000018734ACF17A (Mono JIT Code) (wrapper managed-to-native) Puerts.PuertsDLL:GetJSObjectFromResult (intptr) 0x000001B960D941E3 (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\NativeValueApiGeneric.cs:139] Puerts.GetValueFromResultImpl:GetJSObject (intptr,intptr,bool) 0x000001B960D94020 (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\DataTranslate.cs:140] Puerts.GeneralGetterManager:JSObjectTranslator (intptr,Puerts.IGetValueFromJs,intptr,bool) 0x000001B991C9509D (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\StaticTranslate.cs:29] Puerts.StaticTranslate1<T_REF>:DefaultGetResult (int,intptr,Puerts.IGetValueFromJs,intptr,bool) 0x000001B991C95382 (Mono JIT Code) (wrapper delegate-invoke) Puerts.StaticTranslate1/GetFunc<T_REF>:invoke_T_int_intptr_IGetValueFromJs_intptr_bool (int,intptr,Puerts.IGetValueFromJs,intptr,bool) 0x000001B960D93684 (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\GenericDelegate.cs:565] Puerts.GenericDelegate:Func<T1_REF, TResult_REF> (T1_REF)
1<T_REF>:DefaultGetResult (int,intptr,Puerts.IGetValueFromJs,intptr,bool) 0x000001B991C95382 (Mono JIT Code) (wrapper delegate-invoke) Puerts.StaticTranslate
1.用C# Func<JsObject>引用 js函数 2.js代码中返回undefine 或 null 3.执行该 Delegate
The text was updated successfully, but these errors were encountered:
3cb5e74
fix #530
5fa50ca
zombieyang
No branches or pull requests
error log | 日志或报错信息
0x00007FFF82491164 (puerts) std::enable_shared_from_this<v8_inspector::V8Inspector::Counters>::weak_from_this
0x00007FFF82483C11 (puerts) std::enable_shared_from_this<v8_inspector::V8Inspector::Counters>::weak_from_this
0x00007FFF82414A8C (puerts) GetJSObjectFromResult
0x0000018734ACF17A (Mono JIT Code) (wrapper managed-to-native) Puerts.PuertsDLL:GetJSObjectFromResult (intptr)
0x000001B960D941E3 (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\NativeValueApiGeneric.cs:139] Puerts.GetValueFromResultImpl:GetJSObject (intptr,intptr,bool)
0x000001B960D94020 (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\DataTranslate.cs:140] Puerts.GeneralGetterManager:JSObjectTranslator (intptr,Puerts.IGetValueFromJs,intptr,bool)
0x000001B991C9509D (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\StaticTranslate.cs:29] Puerts.StaticTranslate
1<T_REF>:DefaultGetResult (int,intptr,Puerts.IGetValueFromJs,intptr,bool) 0x000001B991C95382 (Mono JIT Code) (wrapper delegate-invoke) Puerts.StaticTranslate
1/GetFunc<T_REF>:invoke_T_int_intptr_IGetValueFromJs_intptr_bool (int,intptr,Puerts.IGetValueFromJs,intptr,bool)0x000001B960D93684 (Mono JIT Code) [D:\Projects\UnityProject\Assets\Scripts\Puerts\Puerts\Src\GenericDelegate.cs:565] Puerts.GenericDelegate:Func<T1_REF, TResult_REF> (T1_REF)
how to reproduce | 复现步骤
1.用C# Func<JsObject>引用 js函数
2.js代码中返回undefine 或 null
3.执行该 Delegate
The text was updated successfully, but these errors were encountered: