Home
last modified time | relevance | path

Searched refs:TestHooks (Results 1 – 3 of 3) sorted by relevance

/ark/js_runtime/ecmascript/tooling/test/utils/
Dtest_hooks.h24 class TestHooks : public PtHooks {
26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks() function
109 ~TestHooks() = default;
Dtest_entry.cpp25 static std::unique_ptr<TestHooks> g_hooks = nullptr;
30 g_hooks = std::make_unique<TestHooks>(testName, vm); in StartDebuggerImpl()
/ark/js_runtime/ecmascript/tooling/agent/
Ddebugger_impl.h29 class TestHooks; variable
186 friend class test::TestHooks;