Home
last modified time | relevance | path

Searched defs:throwStatus (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/napi/
Dnapi_error_test.cpp588 JSVM_Status throwStatus = OH_JSVM_Throw(env, errCreateInfo); in TestThrowTest2() local
627 JSVM_Status throwStatus = OH_JSVM_Throw(env, errCreateInfo); in TestThrowTest3() local
666 JSVM_Status throwStatus = OH_JSVM_Throw(env, errCreateInfo); in TestThrowTest4() local
704 JSVM_Status throwStatus = OH_JSVM_Throw(env, errCreateInfo); in TestThrowTest5() local
728 JSVM_Status throwStatus = OH_JSVM_Throw(env, argv[0]); in TestThrowTest6() local
754 JSVM_Status throwStatus = OH_JSVM_ThrowError(env, errCode, nullptr); in TestThrowErrorTest1() local
779 JSVM_Status throwStatus = OH_JSVM_ThrowError(env, nullptr, errMsg); in TestThrowErrorTest2() local
805 JSVM_Status throwStatus = OH_JSVM_ThrowError(env, errCode, errMsg); in TestThrowErrorTest3() local
831 JSVM_Status throwStatus = OH_JSVM_ThrowTypeError(env, errCode, nullptr); in TestThrowTypeErrorTest1() local
856 JSVM_Status throwStatus = OH_JSVM_ThrowTypeError(env, nullptr, errMsg); in TestThrowTypeErrorTest2() local
[all …]