Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp238 const JSHandle<JSTaggedValue> &exceptionInfo, in IsQuickFixCausedException()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp756 void EcmaContext::PrintJSErrorInfo(JSThread *thread, const JSHandle<JSTaggedValue> &exceptionInfo) in PrintJSErrorInfo()
768 CString EcmaContext::GetJSErrorInfo(JSThread *thread, const JSHandle<JSTaggedValue> exceptionInfo, … in GetJSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2081 JSHandle<JSTaggedValue> exceptionInfo(thread, exception); in SetExceptionToModule() local
2112 JSHandle<JSTaggedValue> exceptionInfo(thread, GetException()); in CheckAndThrowModuleError() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp25 ExceptionInfo exceptionInfo = {}; in BytecodeToCircuit() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4113 JSHandle<JSTaggedValue> exceptionInfo = JSNApiHelper::ToJSHandle(exception); in IsQuickFixCausedException() local