Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h53 DEBUG_BREAK_SLOT_AT_CALL, enumerator
76 bool IsCall() const { return type_ == DEBUG_BREAK_SLOT_AT_CALL; } in IsCall()
Ddebug.cc229 case DEBUG_BREAK_SLOT_AT_CALL: in type()
305 return DEBUG_BREAK_SLOT_AT_CALL; in GetDebugBreakType()