Searched refs:TestHooks (Results 1 – 3 of 3) sorted by relevance
24 class TestHooks : public PtHooks {26 TestHooks(const std::string &testName, const EcmaVM *vm) : vm_(vm) in TestHooks() function109 ~TestHooks() = default;
25 static std::unique_ptr<TestHooks> g_hooks = nullptr;30 g_hooks = std::make_unique<TestHooks>(testName, vm); in StartDebuggerImpl()
29 class TestHooks; variable186 friend class test::TestHooks;