Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Ddebug.h48 enum DebugBreakType { enum
92 BreakLocation(Handle<AbstractCode> abstract_code, DebugBreakType type, in BreakLocation()
104 BreakLocation(int position, DebugBreakType type) in BreakLocation()
120 DebugBreakType type_;
156 DebugBreakType GetDebugBreakType();
Ddebug.cc281 DebugBreakType type = GetDebugBreakType(); in Next()
287 DebugBreakType BreakIterator::GetDebugBreakType() { in GetDebugBreakType()
319 DebugBreakType debug_break_type = GetDebugBreakType(); in SetDebugBreak()
330 DebugBreakType debug_break_type = GetDebugBreakType(); in ClearDebugBreak()
341 DebugBreakType type = GetDebugBreakType(); in GetBreakLocation()