/ark/js_runtime/ecmascript/builtins/ |
D | builtins_promise_job.cpp | 66 thread->ClearException(); in PromiseReactionJob() 100 thread->ClearException(); in PromiseResolveThenableJob()
|
D | builtins_promise.cpp | 85 thread->ClearException(); in PromiseConstructor() 142 thread->ClearException(); in All() 212 thread->ClearException(); in Race()
|
D | builtins_promise_handler.cpp | 80 thread->ClearException(); in Resolve()
|
/ark/js_runtime/ecmascript/tooling/backend/ |
D | debugger_api.cpp | 141 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()
|
D | debugger_api.h | 75 static void ClearException(const EcmaVM *ecmaVm);
|
D | js_debugger.cpp | 95 thread->ClearException(); in HandleBreakpoint()
|
D | debugger_executor.cpp | 54 DebuggerApi::ClearException(vm); in DebuggerGetValue()
|
/ark/js_runtime/ecmascript/snapshot/tests/ |
D | snapshot_test.cpp | 59 thread->ClearException(); in TearDown()
|
/ark/js_runtime/ecmascript/napi/ |
D | jsnapi_helper.h | 28 thread->ClearException(); \
|
/ark/runtime_core/runtime/core/ |
D | core_language_context.cpp | 53 thread->ClearException(); in ThrowException()
|
/ark/js_runtime/ecmascript/tests/ |
D | test_helper.h | 118 thread->ClearException(); in DestroyEcmaVMWithScope()
|
D | js_serializer_test.cpp | 62 thread->ClearException(); in Destroy()
|
D | tagged_value_test.cpp | 354 thread->ClearException(); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/ |
D | js_iterator.cpp | 157 thread->ClearException(); in IteratorClose()
|
D | js_thread.cpp | 88 void JSThread::ClearException() in ClearException() function in panda::ecmascript::JSThread
|
D | js_thread.h | 153 void ClearException();
|
D | ecma_vm.cpp | 527 thread_->ClearException(); // clear for ohos app in GetAndClearEcmaUncaughtException() 553 thread_->ClearException(); in HandleUncaughtException()
|
D | ecma_macros.h | 372 (thread)->ClearException(); \
|
/ark/runtime_core/runtime/interpreter/templates/ |
D | interpreter-inl_gen.h.erb | 163 thread->ClearException();
|
/ark/runtime_core/runtime/include/ |
D | managed_thread.h | 112 void ClearException() in ClearException() function
|
/ark/runtime_core/runtime/mem/ |
D | heap_manager.cpp | 150 thread->ClearException(); in TryGCAndAlloc()
|
/ark/runtime_core/runtime/ |
D | method.cpp | 336 thread->ClearException(); in FindCatchBlock()
|
/ark/js_runtime/ecmascript/builtins/tests/ |
D | builtins_object_test.cpp | 422 thread->ClearException(); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/interpreter/ |
D | interpreter-inl.h | 3696 thread->ClearException(); in RunInternal()
|
D | interpreter_assembly.cpp | 3663 thread->ClearException(); in ExceptionHandler()
|