Lines Matching refs:debugger
22 #include "ecmascript/debugger/js_debugger.h"
63 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
64 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
74 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
75 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
82 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
83 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
93 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
94 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
103 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
104 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
111 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
112 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
119 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
120 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());
127 auto debugger = std::make_unique<DebuggerImpl>(ecmaVm, nullptr, nullptr);
128 std::unique_ptr<JSPtHooks> jspthooks = std::make_unique<JSPtHooks>(debugger.get());