Searched defs:jsErrorObj (Results 1 – 4 of 4) sorted by relevance
229 const JSHandle<JSObject> &jsErrorObj) in BuildEcmaStackTrace()
168 JSHandle<JSObject> jsErrorObj; in BuildJsStackTrace() local
165 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()
270 auto jsErrorObj = reinterpret_cast<TaggedObject *>(jsError); in HandleVisitJitCodeMap() local