Searched refs:StoreDebugInfo (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/napi/test/ |
H A D | jsnapi_second_tests.cpp | 1878 * @tc.name: StoreDebugInfo 1879 * @tc.desc: StoreDebugInfo test 1891 EXPECT_FALSE(JSNApi::StoreDebugInfo(tid, vm, *option, debuggerPostTask, debugApp)); in HWTEST_F_L0() 1892 EXPECT_FALSE(JSNApi::StoreDebugInfo(tid, vm_, *option, debuggerPostTask, debugApp)); in HWTEST_F_L0() 1895 EXPECT_FALSE(JSNApi::StoreDebugInfo(tid, vm_, *option, debuggerPostTask, debugApp)); in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/napi/include/ |
H A D | jsnapi_expo.h | 1647 static bool StoreDebugInfo(
|
/arkcompiler/ets_runtime/ecmascript/napi/ |
H A D | jsnapi_expo.cpp | 4766 bool JSNApi::StoreDebugInfo([[maybe_unused]] int tid, in StoreDebugInfo() function in panda::JSNApi 4773 LOG_ECMA(INFO) << "JSNApi::StoreDebugInfo, tid = " << tid; in StoreDebugInfo() 4775 LOG_ECMA(ERROR) << "[StoreDebugInfo] vm is nullptr"; in StoreDebugInfo() 4782 LOG_ECMA(INFO) << "[StoreDebugInfo] handler has already loaded"; in StoreDebugInfo() 4787 LOG_ECMA(ERROR) << "[StoreDebugInfo] option.libraryPath is nullptr"; in StoreDebugInfo() 4792 LOG_ECMA(ERROR) << "[StoreDebugInfo] Load library fail: " << option.libraryPath << " " << errno; in StoreDebugInfo() 4804 LOG_ECMA(ERROR) << "[StoreDebugInfo] Resolve StoreDebuggerInfo symbol fail: " << in StoreDebugInfo()
|
Completed in 31 milliseconds