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.h54 struct JsFrameInfo { struct
55 std::string functionName;
56 std::string fileName;
57 std::string packageName;
58 std::string pos;
59 uintptr_t *nativePointer = nullptr;
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h50 using JsFrameInfo = ecmascript::JsFrameInfo; variable