Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/test/executiontest/
Dthread_termination_test.cpp129 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
144 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
160 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
174 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
187 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
199 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/tests/
Dquick_fix_test.cpp63 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
86 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/debugger/tests/
Dhot_reload_manager_test.cpp70 JSNApi::EnableUserUncaughtErrorHandler(ecmaVm); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp207 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
217 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
227 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
238 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
274 JSNApi::EnableUserUncaughtErrorHandler(instance); in HWTEST_F_L0()
/arkcompiler/ets_runtime/test/fuzztest/jsnapiinformation_fuzzer/
Djsnapiinformation_fuzzer.cpp61 JSNApi::EnableUserUncaughtErrorHandler(vm); in JSNApiEnableUserUncaughtErrorHandlerFuzzTest()
/arkcompiler/ets_runtime/ecmascript/quick_fix/
Dmain.cpp135 JSNApi::EnableUserUncaughtErrorHandler(vm); in Main()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h254 void EnableUserUncaughtErrorHandler();
Decma_context.cpp603 void EcmaContext::EnableUserUncaughtErrorHandler() in EnableUserUncaughtErrorHandler() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp837 JSNApi::EnableUserUncaughtErrorHandler(ecmaVm); in EvaluateViaFuncCall()
856 JSNApi::EnableUserUncaughtErrorHandler(ecmaVm); in CallFunctionOnCall()
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp144 JSNApi::EnableUserUncaughtErrorHandler(vm_); in ExecuteAndLoadJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1227 static void EnableUserUncaughtErrorHandler(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3504 void JSNApi::EnableUserUncaughtErrorHandler(EcmaVM *vm) in EnableUserUncaughtErrorHandler() function in panda::JSNApi
3506 return vm->GetJSThread()->GetCurrentEcmaContext()->EnableUserUncaughtErrorHandler(); in EnableUserUncaughtErrorHandler()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Dffi_workload.cpp5553 JSNApi::EnableUserUncaughtErrorHandler(vm_); in HWTEST_F_L0()
5556 TEST_TIME(JSNApi::EnableUserUncaughtErrorHandler); in HWTEST_F_L0()