Home
last modified time | relevance | path

Searched defs:exceptionInfo (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp217 void ErrorHelper::PrintJSErrorInfo(JSThread *thread, const JSHandle<JSTaggedValue> exceptionInfo) in PrintJSErrorInfo()
230 CString ErrorHelper::GetJSErrorInfo(JSThread *thread, const JSHandle<JSTaggedValue> exceptionInfo, … in GetJSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp236 const JSHandle<JSTaggedValue> &exceptionInfo, in IsQuickFixCausedException()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp25 ExceptionInfo exceptionInfo = {}; in BytecodeToCircuit() local
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2136 JSHandle<JSTaggedValue> exceptionInfo(thread, exception); in SetExceptionToModule() local
2169 JSHandle<JSTaggedValue> exceptionInfo(thread, GetException(thread)); in CheckAndThrowModuleError() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4400 JSHandle<JSTaggedValue> exceptionInfo = JSNApiHelper::ToJSHandle(exception); in IsQuickFixCausedException() local