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/
Djs_proxy.cpp520 JSHandle<JSTaggedValue> exceptionHandle(thread, JSTaggedValue::Exception()); in CheckGetTrapResult() local
566 JSHandle<JSTaggedValue> exceptionHandle(thread, JSTaggedValue::Exception()); in GetProperty() local
Decma_vm.cpp782 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException() local
792 JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException()); in GetEcmaUncaughtException() local
Djs_thread.cpp321 JSHandle<JSTaggedValue> exceptionHandle(this, exception); in HandleUncaughtException() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2002 JSHandle<JSTaggedValue> exceptionHandle(thread, error); in AsyncModuleExecutionRejected() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4952 JSHandle<JSTaggedValue> exceptionHandle = JSNApiHelper::ToJSHandle(exception); in PrintExceptionInfo() local