Home
last modified time | relevance | path

Searched refs:exceptionInfo (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/
Decma_vm.cpp563 void EcmaVM::PrintJSErrorInfo(const JSHandle<JSTaggedValue> &exceptionInfo) in PrintJSErrorInfo() argument
566 JSHandle<EcmaString> name(JSObject::GetProperty(thread_, exceptionInfo, nameKey).GetValue()); in PrintJSErrorInfo()
568 JSHandle<EcmaString> msg(JSObject::GetProperty(thread_, exceptionInfo, msgKey).GetValue()); in PrintJSErrorInfo()
570 JSHandle<EcmaString> stack(JSObject::GetProperty(thread_, exceptionInfo, stackKey).GetValue()); in PrintJSErrorInfo()
Decma_vm.h458 void PrintJSErrorInfo(const JSHandle<JSTaggedValue> &exceptionInfo);
/ark/js_runtime/ecmascript/compiler/
Dbytecode_circuit_builder.cpp39 auto exceptionInfo = CollectTryCatchBlockInfo(pf, method, byteCodeCurPrePc, bytecodeBlockInfos); in BytecodeToCircuit() local
45 BuildBasicBlocks(method, exceptionInfo, bytecodeBlockInfos, byteCodeCurPrePc); in BytecodeToCircuit()