Searched defs:JsFrameInfo (Results 1 – 2 of 2) sorted by relevance
36 struct JsFrameInfo { struct37 std::string functionName;38 std::string fileName;39 std::string pos;40 uintptr_t *nativePointer = nullptr;
50 using JsFrameInfo = ecmascript::JsFrameInfo; variable