Home
last modified time | relevance | path

Searched refs:needNative (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h32 static std::string BuildJsStackTrace(JSThread *thread, bool needNative);
Djs_stackinfo.cpp69 std::string JsStackInfo::BuildJsStackTrace(JSThread *thread, bool needNative) in BuildJsStackTrace() argument
85 } else if (needNative) { in BuildJsStackTrace()