Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h79 bool IsDebugBreakAtEntry() const { return type_ == DEBUG_BREAK_AT_ENTRY; } in IsDebugBreakAtEntry() function
Ddebug.cc531 if (location.IsDebugBreakAtEntry()) { in Break()