Searched refs:exceptionInfo (Results 1 – 3 of 3) sorted by relevance
/ark/js_runtime/ecmascript/ |
D | ecma_vm.cpp | 563 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()
|
D | ecma_vm.h | 458 void PrintJSErrorInfo(const JSHandle<JSTaggedValue> &exceptionInfo);
|
/ark/js_runtime/ecmascript/compiler/ |
D | bytecode_circuit_builder.cpp | 39 auto exceptionInfo = CollectTryCatchBlockInfo(pf, method, byteCodeCurPrePc, bytecodeBlockInfos); in BytecodeToCircuit() local 45 BuildBasicBlocks(method, exceptionInfo, bytecodeBlockInfos, byteCodeCurPrePc); in BytecodeToCircuit()
|