Searched refs:isLiveEdit (Results 1 - 3 of 3) sorted by relevance
/third_party/node/deps/v8/src/inspector/ |
H A D | v8-debugger-script.cc | 94 bool isLiveEdit, V8DebuggerAgentImpl* agent, in ActualScript() 100 m_isLiveEdit(isLiveEdit) { in ActualScript() 104 bool isLiveEdit() const override { return m_isLiveEdit; } 355 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) { in Create() 356 return std::make_unique<ActualScript>(isolate, scriptObj, isLiveEdit, agent, in Create() 93 ActualScript(v8::Isolate* isolate, v8::Local<v8::debug::Script> script, bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) ActualScript() argument 353 Create( v8::Isolate* isolate, v8::Local<v8::debug::Script> scriptObj, bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client) Create() argument
|
H A D | v8-debugger-script.h | 56 bool isLiveEdit, V8DebuggerAgentImpl* agent, V8InspectorClient* client); 78 virtual bool isLiveEdit() const = 0;
|
H A D | v8-debugger-agent-impl.cc | 1611 bool isLiveEdit = script->isLiveEdit(); in didParseSource() local 1643 const bool* isLiveEditParam = isLiveEdit ? &isLiveEdit : nullptr; in didParseSource()
|
Completed in 5 milliseconds