Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h52 DEBUG_BREAK_SLOT, enumerator
77 bool IsDebugBreakSlot() const { return type_ >= DEBUG_BREAK_SLOT; } in IsDebugBreakSlot()
Ddebug.cc307 return DEBUG_BREAK_SLOT; in GetDebugBreakType()
322 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in SetDebugBreak()
332 DCHECK(debug_break_type >= DEBUG_BREAK_SLOT); in ClearDebugBreak()