Home
last modified time | relevance | path

Searched refs:CheckExecutionState (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h344 bool CheckExecutionState() { return is_active(); } in CheckExecutionState() function
Ddebug-interface.cc311 CHECK(isolate->debug()->CheckExecutionState()); in PrepareStep()