Home
last modified time | relevance | path

Searched refs:jsError (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_test.cpp7736 JSVM_Value jsError = argv[0]; in JsVmThrowFromJS() local
7738 OH_JSVM_IsError(env, jsError, &result); in JsVmThrowFromJS()
7744 OH_JSVM_CreateError(env, errorCode, errorMessage, &jsError); in JsVmThrowFromJS()
7746 OH_JSVM_Throw(env, jsError); in JsVmThrowFromJS()