Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/patch/
Dquick_fix_manager.cpp230 const JSHandle<JSTaggedValue> &exceptionInfo, in IsQuickFixCausedException()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp26 ExceptionInfo exceptionInfo = {}; in BytecodeToCircuit() local
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp627 void EcmaContext::PrintJSErrorInfo(JSThread *thread, const JSHandle<JSTaggedValue> &exceptionInfo) in PrintJSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp2533 JSHandle<JSTaggedValue> exceptionInfo = JSNApiHelper::ToJSHandle(exception); in IsQuickFixCausedException() local