Home
last modified time | relevance | path

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

/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/ecmascript/quick_fix/
Dmain.cpp130 JSNApi::EnableUserUncaughtErrorHandler(vm); in Main()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.h194 void EnableUserUncaughtErrorHandler();
Decma_context.cpp509 void EcmaContext::EnableUserUncaughtErrorHandler() in EnableUserUncaughtErrorHandler() function in panda::ecmascript::EcmaContext
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/tests/
Dpgo_profiler_test.cpp97 JSNApi::EnableUserUncaughtErrorHandler(vm_); in ExecuteAndLoadJSPandaFile()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1351 static void EnableUserUncaughtErrorHandler(EcmaVM *vm);
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp778 JSNApi::EnableUserUncaughtErrorHandler(ecmaVm); in EvaluateViaFuncCall()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp694 void JSNApi::EnableUserUncaughtErrorHandler(EcmaVM *vm) in EnableUserUncaughtErrorHandler() function in panda::JSNApi
696 return vm->GetJSThread()->GetCurrentEcmaContext()->EnableUserUncaughtErrorHandler(); in EnableUserUncaughtErrorHandler()