Searched refs:RecvWatchInfo (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/toolchain/tooling/test/testcases/ |
H A D | js_stepout_arrow_test.h | 56 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv, "2"); }}, in JsStepoutArrowTest() 59 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv, "2"); }}, in JsStepoutArrowTest() 162 bool RecvWatchInfo(std::string recv, std::string var_value) in RecvWatchInfo() function in panda::ecmascript::tooling::test::JsStepoutArrowTest
|
H A D | js_stepinto_arrow_test.h | 86 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv, "number", "2"); }}, in JsStepintoArrowTest() 89 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv, "number", "3"); }}, in JsStepintoArrowTest() 183 bool RecvWatchInfo(std::string recv, std::string var_type, std::string var_value) in RecvWatchInfo() function in panda::ecmascript::tooling::test::JsStepintoArrowTest
|
H A D | js_stepinto_test.h | 67 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv); }}, in JsStepintoTest() 76 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv); }}, in JsStepintoTest() 173 bool RecvWatchInfo(std::string recv) in RecvWatchInfo() function in panda::ecmascript::tooling::test::JsStepintoTest
|
H A D | js_stepinto_and_stepout_test.h | 67 [this](auto recv, auto, auto) -> bool { return RecvWatchInfo(recv); }}, in JsStepintoAndStepoutTest() 175 bool RecvWatchInfo(std::string recv) in RecvWatchInfo() function in panda::ecmascript::tooling::test::JsStepintoAndStepoutTest
|
Completed in 3 milliseconds