Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/mem/
H A Dparallel_marker.cpp270 auto jsErrorObj = reinterpret_cast<TaggedObject *>(jsError); in HandleVisitJitCodeMap() local
/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_helper.cpp228 BuildEcmaStackTrace(JSThread *thread, std::string &stack, const JSHandle<JSObject> &jsErrorObj) BuildEcmaStackTrace() argument
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
H A Djs_stackinfo.h179 JSHandle<JSObject> jsErrorObj; in BuildJsStackTrace() local
H A Djs_stackinfo.cpp172 void AssembleJitCodeMap(JSThread *thread, const JSHandle<JSObject> &jsErrorObj, JSFunction *func, Method *method, in AssembleJitCodeMap() argument
185 std::string JsStackInfo::BuildJsStackTrace(JSThread *thread, bool needNative, const JSHandle<JSObject> &jsErrorObj) in BuildJsStackTrace() argument
235 BuildJsStackTraceInfo(JSThread *thread, Method *method, FrameIterator &it, uint32_t pcOffset, const JSHandle<JSObject> &jsErrorObj, LastBuilderCache &lastCache) BuildJsStackTraceInfo() argument

Completed in 5 milliseconds