Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.cpp646 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException() local
656 JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException()); in GetEcmaUncaughtException() local
671 JSHandle<JSTaggedValue> exceptionHandle(thread_, JSTaggedValue(exception)); in HandleUncaughtException() local
Djs_proxy.cpp529 JSHandle<JSTaggedValue> exceptionHandle(thread, JSTaggedValue::Exception()); in GetProperty() local
/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp238 JSHandle<JSTaggedValue> exceptionHandle(thread, thread->GetException()); in HWTEST_F_L0() local