Searched refs:BuildJsStackInfo (Results 1 – 3 of 3) sorted by relevance
31 static std::vector<JsFrameInfo> BuildJsStackInfo(JSThread *thread);
99 std::vector<struct JsFrameInfo> JsStackInfo::BuildJsStackInfo(JSThread *thread) in BuildJsStackInfo() function in panda::ecmascript::JsStackInfo
98 …std::vector<JsFrameInfo> jf = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread(… in BuildNativeAndJsStackTrace()318 jsFrames = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildJsStackInfoList()