1e41f4b71Sopenharmony_ci# JSVM-API常见问题
2e41f4b71Sopenharmony_ci
3e41f4b71Sopenharmony_ci## 定位方法
4e41f4b71Sopenharmony_ci
5e41f4b71Sopenharmony_ci程序崩溃类问题:通过C++崩溃时调用栈查询FAQ的方式定位代码问题
6e41f4b71Sopenharmony_ci
7e41f4b71Sopenharmony_ci程序执行结果不符合预期类问题:需应用通过JSVM-API调用返回值定位到执行失败或执行结果不符合预期的位置,通过函数名查询FAQ
8e41f4b71Sopenharmony_ci
9e41f4b71Sopenharmony_ci## 程序崩溃类
10e41f4b71Sopenharmony_ci
11e41f4b71Sopenharmony_ci1. Q:在`OH_JSVM_RunScript`或`OH_JSVM_CallFunction`时crash,调用栈顶层为`SetReturnValue`
12e41f4b71Sopenharmony_ci
13e41f4b71Sopenharmony_ci   ```
14e41f4b71Sopenharmony_ci   #00 pc 0000000000c68ef0 /system/lib64/ndk/libjsvm.so(v8impl::(anonymous namespace)::FunctionCallbackWrapper::SetReturnValue(JSVM_Value__*)+16)
15e41f4b71Sopenharmony_ci   #01 pc 0000000000c5ad30 /system/lib64/ndk/libjsvm.so(v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::FunctionCallbackInfo<v8::Value> const&)+332)
16e41f4b71Sopenharmony_ci   #02 pc 00000000014a9e58 /system/lib64/ndk/libjsvm.so
17e41f4b71Sopenharmony_ci   #03 pc 00000000014a95d4 /system/lib64/ndk/libjsvm.so(v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*)+176)
18e41f4b71Sopenharmony_ci   #04 pc 0000000000f7dab4 /system/lib64/ndk/libjsvm.so(Builtins_CEntry_Return1_ArgvOnStack_BuiltinExit+84)
19e41f4b71Sopenharmony_ci   #05 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
20e41f4b71Sopenharmony_ci   #06 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
21e41f4b71Sopenharmony_ci   #07 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
22e41f4b71Sopenharmony_ci   #08 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
23e41f4b71Sopenharmony_ci   #09 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
24e41f4b71Sopenharmony_ci   #10 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
25e41f4b71Sopenharmony_ci   #11 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
26e41f4b71Sopenharmony_ci   #12 pc 0000000000eece40 /system/lib64/ndk/libjsvm.so(Builtins_InterpreterEntryTrampoline+288)
27e41f4b71Sopenharmony_ci   #13 pc 0000000000fe09f4 /system/lib64/ndk/libjsvm.so(Builtins_PromiseFulfillReactionJob+52)
28e41f4b71Sopenharmony_ci   #14 pc 0000000000f155c0 /system/lib64/ndk/libjsvm.so(Builtins_RunMicrotasks+672)
29e41f4b71Sopenharmony_ci   #15 pc 0000000000eeab54 /system/lib64/ndk/libjsvm.so(Builtins_JSRunMicrotasksEntry+148)
30e41f4b71Sopenharmony_ci   #16 pc 00000000015bed78 /system/lib64/ndk/libjsvm.so(v8::internal::(anonymous namespace)::Invoke(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const&)+2520)
31e41f4b71Sopenharmony_ci   #17 pc 00000000015bf50c /system/lib64/ndk/libjsvm.so(v8::internal::(anonymous namespace)::InvokeWithTryCatch(v8::internal::Isolate*, v8::internal::(anonymous namespace)::InvokeParams const&)+104)
32e41f4b71Sopenharmony_ci   #18 pc 00000000015bf730 /system/lib64/ndk/libjsvm.so(v8::internal::Execution::TryRunMicrotasks(v8::internal::Isolate*, v8::internal::MicrotaskQueue*)+80)
33e41f4b71Sopenharmony_ci   #19 pc 00000000015ecf4c /system/lib64/ndk/libjsvm.so(v8::internal::MicrotaskQueue::RunMicrotasks(v8::internal::Isolate*)+312)
34e41f4b71Sopenharmony_ci   #20 pc 00000000015ecd9c /system/lib64/ndk/libjsvm.so(v8::internal::MicrotaskQueue::PerformCheckpointInternal(v8::Isolate*)+52)
35e41f4b71Sopenharmony_ci   #21 pc 00000000015deaa0 /system/lib64/ndk/libjsvm.so(v8::internal::Isolate::FireCallCompletedCallbackInternal(v8::internal::MicrotaskQueue*)+280)
36e41f4b71Sopenharmony_ci   #22 pc 00000000014334e8 /system/lib64/ndk/libjsvm.so(v8::CallDepthScope<true>::~CallDepthScope()+248)
37e41f4b71Sopenharmony_ci   #23 pc 00000000014330a4 /system/lib64/ndk/libjsvm.so(v8::Script::Run(v8::Local<v8::Context>, v8::Local<v8::Data>)+884)
38e41f4b71Sopenharmony_ci   #24 pc 0000000000c5c2ac /system/lib64/ndk/libjsvm.so(OH_JSVM_RunScript+272)
39e41f4b71Sopenharmony_ci   ```
40e41f4b71Sopenharmony_ci
41e41f4b71Sopenharmony_ci   A:`SetReturnValue`用于设置js函数的返回值,在js完成注入的native函数调用后触发。需检查native函数的返回值是否正确,如返回值(类型`JSVM_Value`)是否未初始化就直接返回。
42e41f4b71Sopenharmony_ci
43e41f4b71Sopenharmony_ci2. Q:js执行虚拟机初始化注入的native函数时程序崩溃
44e41f4b71Sopenharmony_ci
45e41f4b71Sopenharmony_ci   A:检查`JSVM_CallbackStruce`是否为栈上变量,跨函数使用时需保证`JSVM_CallbackStruct`生命周期 >`JSVM_Env`的生命周期
46e41f4b71Sopenharmony_ci
47e41f4b71Sopenharmony_ci   ```
48e41f4b71Sopenharmony_ci   func {
49e41f4b71Sopenharmony_ci   	...
50e41f4b71Sopenharmony_ci       JSVM_CallbackStruct param[] = {
51e41f4b71Sopenharmony_ci           {.data = nullptr, .callback = ConsoleInfo},
52e41f4b71Sopenharmony_ci           {.data = nullptr, .callback = Add},
53e41f4b71Sopenharmony_ci       };
54e41f4b71Sopenharmony_ci       JSVM_PropertyDescriptor descriptor[] = {
55e41f4b71Sopenharmony_ci           {"consoleinfo", NULL, &param[0], NULL, NULL, NULL, JSVM_DEFAULT},
56e41f4b71Sopenharmony_ci           {"add", NULL, &param[1], NULL, NULL, NULL, JSVM_DEFAULT},
57e41f4b71Sopenharmony_ci       };
58e41f4b71Sopenharmony_ci       // create env, register native method, and open env scope
59e41f4b71Sopenharmony_ci       JSVM_Env env;
60e41f4b71Sopenharmony_ci       OH_JSVM_CreateEnv(vm, sizeof(descriptor) / sizeof(descriptor[0]), descriptor, &env);
61e41f4b71Sopenharmony_ci       ...
62e41f4b71Sopenharmony_ci       OH_JSVM_DestroyEnv(env);
63e41f4b71Sopenharmony_ci       ...
64e41f4b71Sopenharmony_ci   }
65e41f4b71Sopenharmony_ci   ```
66e41f4b71Sopenharmony_ci
67e41f4b71Sopenharmony_ci   样例中的代码结构如上,JS引擎实例在函数结束前被关闭,所以可以直接使用栈上的`param`。
68e41f4b71Sopenharmony_ci
69e41f4b71Sopenharmony_ci3. Q:`OH_JSVM_ReferenceRef`、`OH_JSVM_ReferenceUnRef`、`OH_JSVM_CreateReference`、`OH_JSVM_DeleteReference`时程序崩溃
70e41f4b71Sopenharmony_ci
71e41f4b71Sopenharmony_ci   A:检查是否同时有多个线程持有和释放`JSVM_Ref`,见 [多线程共享引擎实例](jsvm-guidelines.md#多线程共享引擎实例)
72e41f4b71Sopenharmony_ci
73e41f4b71Sopenharmony_ci4. Q:在虚拟机引擎实例中创建JS类型实例崩溃(如`OH_JSVM_CreateDouble`),调用栈如下
74e41f4b71Sopenharmony_ci
75e41f4b71Sopenharmony_ci   ```
76e41f4b71Sopenharmony_ci   #00 pc 0000000001d209e4/system/1ib64/ndk/libjsvm.so(v8::base::0S::Abort()+28)
77e41f4b71Sopenharmony_ci   #01 pc 0000000001408480/system/lib64/ndk/libjsvm.so(v8::Utils::ReportApiFailure(char const*,char const*)+124)
78e41f4b71Sopenharmony_ci   #02 pc 00000000015c99b8/system/lib64/ndk/libjsvm.so(v8::internal::Handlescope::Extend(v8::internal::Isolate*+200)
79e41f4b71Sopenharmony_ci   ```
80e41f4b71Sopenharmony_ci
81e41f4b71Sopenharmony_ci   A:检查HandleScope的使用是否正确,见[生命周期管理](jsvm-guidelines.md#生命周期管理)
82e41f4b71Sopenharmony_ci
83e41f4b71Sopenharmony_ci## JSVM-API执行失败类
84e41f4b71Sopenharmony_ci
85e41f4b71Sopenharmony_ci1. Q:`OH_JSVM_GetCbInfo`的无法获取JS函数参数
86e41f4b71Sopenharmony_ci
87e41f4b71Sopenharmony_ci   A:检查函数传递的参数是否正确,见[获取JS传入参数及其数量](jsvm-guidelines.md#获取js传入参数及其数量)
88e41f4b71Sopenharmony_ci
89e41f4b71Sopenharmony_ci2. Q:`OH_JSVM_CreateFunction`等函数调用失败,返回值为`JSVM_PENDING_EXCEPTION`
90e41f4b71Sopenharmony_ci
91e41f4b71Sopenharmony_ci   A:`JSVM_PENDING_EXCEPTION`表明当前虚拟机环境中存在未处理的异常,可能是由于本次调用产生的`JS`异常,也可能是之前调用产生的未被清理的异常。可以通过在函数调用前插入`OH_JSVM_GetAndClearLastException`排查之前是否有未清除的异常。如果为之前的未清理异常,检查是否有JSVM接口调用未处理异常返回值;如未本次产生的异常,需清理异常,避免影响后续的函数调用。获取并清理异常的函数为`OH_JSVM_GetAndClearLastException`
92e41f4b71Sopenharmony_ci
93e41f4b71Sopenharmony_ci3. Q:JS执行时无法找到 `OH_JSVM_DefineClass` 定义的类
94e41f4b71Sopenharmony_ci
95e41f4b71Sopenharmony_ci   A:检查是否将定义的类绑定到上下文中,见[上下文绑定对象](jsvm-guidelines.md#上下文绑定对象)
96