Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Decma_vm.cpp526 JSHandle<JSTaggedValue> exceptionHandle = GetEcmaUncaughtException(); in GetAndClearEcmaUncaughtException() local
536 JSHandle<JSTaggedValue> exceptionHandle(thread_, thread_->GetException()); in GetEcmaUncaughtException() local
551 JSHandle<JSTaggedValue> exceptionHandle(thread_, JSTaggedValue(exception)); in HandleUncaughtException() local
Djs_proxy.cpp506 JSHandle<JSTaggedValue> exceptionHandle(thread, JSTaggedValue::Exception()); in GetProperty() local