Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h51 DEBUG_BREAK_AT_ENTRY, enumerator
79 bool IsDebugBreakAtEntry() const { return type_ == DEBUG_BREAK_AT_ENTRY; } in IsDebugBreakAtEntry()
Ddebug.cc117 return BreakLocation(Debug::kBreakAtEntryPosition, DEBUG_BREAK_AT_ENTRY); in FromFrame()