Home
last modified time | relevance | path

Searched refs:BuildJsStackTrace (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/fuzztest/buildjsstacktrace_fuzzer/
Dbuildjsstacktrace_fuzzer.cpp35 DFXJSNApi::BuildJsStackTrace(vm, filePath); in BuildJsStackTraceFuzzTest()
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/
Djs_stackinfo.h165 static inline std::string BuildJsStackTrace(JSThread *thread, bool needNative) in BuildJsStackTrace() function
169 return BuildJsStackTrace(thread, needNative, jsErrorObj); in BuildJsStackTrace()
171 …static std::string BuildJsStackTrace(JSThread *thread, bool needNative, const JSHandle<JSObject> &…
Djs_stackinfo.cpp178 std::string JsStackInfo::BuildJsStackTrace(JSThread *thread, bool needNative, const JSHandle<JSObje… in BuildJsStackTrace() function in panda::ecmascript::JsStackInfo
/arkcompiler/ets_runtime/ecmascript/napi/include/
Ddfx_jsnapi.h80 static bool BuildJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr);
/arkcompiler/ets_runtime/ecmascript/napi/
Ddfx_jsnapi.cpp333 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), true); in BuildNativeAndJsStackTrace()
340 bool DFXJSNApi::BuildJsStackTrace(const EcmaVM *vm, std::string &stackTraceStr) in BuildJsStackTrace() function in panda::DFXJSNApi
342 stackTraceStr = ecmascript::JsStackInfo::BuildJsStackTrace(vm->GetAssociatedJSThread(), false); in BuildJsStackTrace()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp231 std::string data = JsStackInfo::BuildJsStackTrace(thread, false, jsErrorObj); in BuildEcmaStackTrace()
/arkcompiler/ets_runtime/ecmascript/napi/test/
Ddfx_jsnapi_tests.cpp156 HWTEST_F_L0(DFXJSNApiTests, BuildJsStackTrace) in HWTEST_F_L0() argument
159 bool result = DFXJSNApi::BuildJsStackTrace(vm_, stackTraceStr); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/deoptimizer/
Ddeoptimizer.cpp446 std::string data = JsStackInfo::BuildJsStackTrace(thread_, true); in Dump()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2788 std::string data = JsStackInfo::BuildJsStackTrace(thread, true); in DEF_RUNTIME_STUBS()