Home
last modified time | relevance | path

Searched refs:ClearException (Results 1 – 25 of 26) sorted by relevance

12

/ark/js_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp66 thread->ClearException(); in PromiseReactionJob()
100 thread->ClearException(); in PromiseResolveThenableJob()
Dbuiltins_promise.cpp85 thread->ClearException(); in PromiseConstructor()
142 thread->ClearException(); in All()
212 thread->ClearException(); in Race()
Dbuiltins_promise_handler.cpp80 thread->ClearException(); in Resolve()
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_api.cpp141 ecmaVm->GetJSThread()->ClearException(); in GetAndClearException()
150 void DebuggerApi::ClearException(const EcmaVM *ecmaVm) in ClearException() function in panda::ecmascript::tooling::DebuggerApi
152 return ecmaVm->GetJSThread()->ClearException(); in ClearException()
308 thread->ClearException(); in HandleUncaughtException()
Ddebugger_api.h75 static void ClearException(const EcmaVM *ecmaVm);
Djs_debugger.cpp95 thread->ClearException(); in HandleBreakpoint()
Ddebugger_executor.cpp54 DebuggerApi::ClearException(vm); in DebuggerGetValue()
/ark/js_runtime/ecmascript/snapshot/tests/
Dsnapshot_test.cpp59 thread->ClearException(); in TearDown()
/ark/js_runtime/ecmascript/napi/
Djsnapi_helper.h28 thread->ClearException(); \
/ark/runtime_core/runtime/core/
Dcore_language_context.cpp53 thread->ClearException(); in ThrowException()
/ark/js_runtime/ecmascript/tests/
Dtest_helper.h118 thread->ClearException(); in DestroyEcmaVMWithScope()
Djs_serializer_test.cpp62 thread->ClearException(); in Destroy()
Dtagged_value_test.cpp354 thread->ClearException(); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/
Djs_iterator.cpp157 thread->ClearException(); in IteratorClose()
Djs_thread.cpp88 void JSThread::ClearException() in ClearException() function in panda::ecmascript::JSThread
Djs_thread.h153 void ClearException();
Decma_vm.cpp527 thread_->ClearException(); // clear for ohos app in GetAndClearEcmaUncaughtException()
553 thread_->ClearException(); in HandleUncaughtException()
Decma_macros.h372 (thread)->ClearException(); \
/ark/runtime_core/runtime/interpreter/templates/
Dinterpreter-inl_gen.h.erb163 thread->ClearException();
/ark/runtime_core/runtime/include/
Dmanaged_thread.h112 void ClearException() in ClearException() function
/ark/runtime_core/runtime/mem/
Dheap_manager.cpp150 thread->ClearException(); in TryGCAndAlloc()
/ark/runtime_core/runtime/
Dmethod.cpp336 thread->ClearException(); in FindCatchBlock()
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_object_test.cpp422 thread->ClearException(); in HWTEST_F_L0()
/ark/js_runtime/ecmascript/interpreter/
Dinterpreter-inl.h3696 thread->ClearException(); in RunInternal()
Dinterpreter_assembly.cpp3663 thread->ClearException(); in ExceptionHandler()

12