Home
last modified time | relevance | path

Searched refs:jsFrames (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/napi/include/
H A Ddfx_jsnapi.h109 static bool BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsFrames);
/arkcompiler/ets_runtime/ecmascript/napi/test/
H A Ddfx_jsnapi_tests.cpp591 std::vector<ecmascript::JsFrameInfo> jsFrames; in HWTEST_F_L0() local
593 ASSERT_FALSE(DFXJSNApi::BuildJsStackInfoList(vm_, tid + 1, jsFrames)); in HWTEST_F_L0()
595 ASSERT_FALSE(DFXJSNApi::BuildJsStackInfoList(vm_, tid, jsFrames)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/
H A Ddfx_jsnapi.cpp844 bool DFXJSNApi::BuildJsStackInfoList(const EcmaVM *hostVm, uint32_t tid, std::vector<JsFrameInfo>& jsFrames) in BuildJsStackInfoList() argument
855 jsFrames = ecmascript::JsStackInfo::BuildJsStackInfo(vm->GetAssociatedJSThread()); in BuildJsStackInfoList()
856 if (jsFrames.size() > 0) { in BuildJsStackInfoList()

Completed in 4 milliseconds