Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp277 …tring ErrorHelper::BuildStackTraceWithLimit(JSThread *thread, const JSHandle<JSObject> &jsErrorObj) in BuildStackTraceWithLimit()
/arkcompiler/ets_runtime/ecmascript/mem/
Dparallel_marker.cpp212 auto jsErrorObj = reinterpret_cast<TaggedObject *>(jsError); in MarkJitCodeMap() local
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h191 JSHandle<JSObject> jsErrorObj; variable
Djs_stackinfo.cpp144 void AssembleJitCodeMap(JSThread *thread, const JSHandle<JSObject> &jsErrorObj, JSFunction *func, M… in AssembleJitCodeMap()
157 …ackInfo::BuildJsStackTrace(JSThread *thread, bool needNative, const JSHandle<JSObject> &jsErrorObj, in BuildJsStackTrace()
212 const JSHandle<JSObject> &jsErrorObj, in AppendJsStackTraceInfo()