Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp229 const JSHandle<JSObject> &jsErrorObj) in BuildEcmaStackTrace()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h168 JSHandle<JSObject> jsErrorObj; in BuildJsStackTrace() local
Djs_stackinfo.cpp165 void AssembleJitCodeMap(JSThread *thread, const JSHandle<JSObject> &jsErrorObj, JSFunction *func, M… in AssembleJitCodeMap()
178 …ackInfo::BuildJsStackTrace(JSThread *thread, bool needNative, const JSHandle<JSObject> &jsErrorObj) in BuildJsStackTrace()
229 … uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, in BuildJsStackTraceInfo()
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp270 auto jsErrorObj = reinterpret_cast<TaggedObject *>(jsError); in HandleVisitJitCodeMap() local