Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/
Decma_vm.cpp563 void EcmaVM::PrintJSErrorInfo(const JSHandle<JSTaggedValue> &exceptionInfo) in PrintJSErrorInfo()
/ark/js_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp39 auto exceptionInfo = CollectTryCatchBlockInfo(pf, method, byteCodeCurPrePc, bytecodeBlockInfos); in BytecodeToCircuit() local