Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug-interface.h149 bool CanBreakProgram(Isolate* isolate);
Ddebug-interface.cc339 bool CanBreakProgram(Isolate* v8_isolate) { in CanBreakProgram() function
/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc202 return v8::debug::CanBreakProgram(m_isolate); in canBreakProgram()