Home
last modified time | relevance | path

Searched defs:JsFrameInfo (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h29 struct JsFrameInfo { struct
30 std::string functionName;
31 std::string fileName;
55 static std::vector<JsFrameInfo> BuildJsStackInfo(JSThread *thread); argument
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h46 using JsFrameInfo = ecmascript::JsFrameInfo; variable