/ark/runtime_core/runtime/ |
D | panda_vm.cpp | 52 auto *exception = thread->GetException(); in InvokeEntrypoint()
|
D | language_context.cpp | 41 …catchOffset = catchMethod->FindCatchBlock(thread->GetException()->ClassAddr<Class>(), stack.GetByt… in GetCatchMethodAndOffset()
|
D | class_initializer.cpp | 34 …LanguageContext ctx = Runtime::GetCurrent()->GetLanguageContext(*thread->GetException()->ClassAddr… in WrapException() 39 auto *cause = thread->GetException(); in WrapException()
|
D | class_linker_extension.cpp | 177 auto *cause = thread->GetException(); in WrapClassNotFoundExceptionIfNeeded()
|
D | method.cpp | 335 VMHandle<ObjectHeader> exception(thread, thread->GetException()); in FindCatchBlock()
|
/ark/js_runtime/ecmascript/ |
D | js_iterator.cpp | 32 JSTaggedValue exception = thread->GetException(); in IteratorCloseAndReturn() 156 exceptionOnThread = JSHandle<JSTaggedValue>(thread, thread->GetException()); in IteratorClose()
|
D | js_promise.cpp | 186 return JSHandle<JSTaggedValue>(thread, thread->GetException()); in IfThrowGetThrowValue()
|
D | ecma_vm.cpp | 512 auto exception = thread_->GetException(); in InvokeEcmaEntrypoint() 533 if (thread_->GetException().IsHole()) { in GetEcmaUncaughtException() 536 JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException()); in GetEcmaUncaughtException()
|
D | js_thread.h | 143 JSTaggedValue GetException() const in GetException() function
|
/ark/runtime_core/runtime/interpreter/templates/ |
D | interpreter-inl_gen.h.erb | 152 return FindCatchBlockInCallStack(thread->GetException()); 161 ctx.SetExceptionToVReg(handler.GetFrame()->GetAcc(), thread->GetException());
|
/ark/runtime_core/runtime/core/ |
D | core_language_context.cpp | 52 VMHandle<ObjectHeader> cause(thread, thread->GetException()); in ThrowException()
|
/ark/runtime_core/runtime/entrypoints/ |
D | entrypoints.cpp | 80 FindCatchBlockInCFrames(thread->GetException(), &stack, nullptr); in HandlePendingException()
|
/ark/js_runtime/ecmascript/tooling/backend/ |
D | debugger_api.cpp | 139 auto exception = ecmaVm->GetJSThread()->GetException(); in GetAndClearException() 297 JSHandle<JSTaggedValue> exHandle(thread, thread->GetException()); in HandleUncaughtException()
|
/ark/js_runtime/ecmascript/builtins/ |
D | builtins_promise_handler.cpp | 78 thenValue = JSHandle<JSTaggedValue>(thread, thread->GetException()); in Resolve()
|
D | builtins_promise.cpp | 497 nextVal = JSHandle<JSTaggedValue>(thread, thread->GetException()); in PerformPromiseAll()
|
/ark/runtime_core/runtime/include/ |
D | managed_thread.h | 102 ObjectHeader *GetException() const in GetException() function
|
/ark/runtime_core/runtime/tooling/ |
D | debugger.cpp | 511 ObjectHeader *exceptionObject = thread->GetException(); in HandleExceptionThrowEvent()
|
/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_types.h | 465 RemoteObject *GetException() const in GetException() function
|
/ark/js_runtime/ecmascript/tests/ |
D | tagged_value_test.cpp | 358 EXPECT_TRUE(thread->GetException().IsJSError()); in HWTEST_F_L0()
|
/ark/js_runtime/ecmascript/interpreter/ |
D | slow_runtime_stub.cpp | 1209 CompletionRecordType::THROW, JSHandle<JSTaggedValue>(thread, thread->GetException()))); in CloseIterator()
|
D | interpreter-inl.h | 3694 auto exception = thread->GetException(); in RunInternal()
|
D | interpreter_assembly.cpp | 3639 auto exception = thread->GetException(); in ExceptionHandler()
|
/ark/js_runtime/ecmascript/tooling/test/ |
D | debugger_types_test.cpp | 435 RemoteObject *exception = exceptionMetaData->GetException(); in HWTEST_F_L0()
|
/ark/runtime_core/runtime/interpreter/ |
D | interpreter-inl.h | 2269 … uint32_t pc_offset = this->FindCatchBlock(thread->GetException(), curr_insn - first_insn); in FindCatchBlockStackless()
|
/ark/runtime_core/runtime/tests/ |
D | interpreter_test.cpp | 3345 ASSERT_EQ(thread->GetException(), exception); in TEST_F()
|