Home
last modified time | relevance | path

Searched defs:exceptionHandle (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp214 JSHandle<JSTaggedValue> exceptionHandle(thread, thread->GetException()); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp537 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException() local
547 JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException()); in GetEcmaUncaughtException() local
Decma_context.cpp708 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException() local
726 JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException()); in GetEcmaUncaughtException() local
741 JSHandle<JSTaggedValue> exceptionHandle(thread_, exception); in HandleUncaughtException() local
Djs_proxy.cpp525 JSHandle<JSTaggedValue> exceptionHandle(thread, JSTaggedValue::Exception()); in GetProperty() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2039 JSHandle<JSTaggedValue> exceptionHandle(thread, error); in AsyncModuleExecutionRejected() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4377 JSHandle<JSTaggedValue> exceptionHandle = JSNApiHelper::ToJSHandle(exception); in PrintExceptionInfo() local