Home
last modified time | relevance | path

Searched defs:SourcePositionEvent (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/debug/
Dliveedit.cc519 struct SourcePositionEvent { struct
520 enum Type { LITERAL_STARTS, LITERAL_ENDS, DIFF_STARTS, DIFF_ENDS };
522 int position;
523 Type type;
525 union {
530 SourcePositionEvent(FunctionLiteral* literal, bool is_start) in SourcePositionEvent() function
535 SourcePositionEvent(const SourceChangeRange& change, bool is_start) in SourcePositionEvent() argument
541 static bool LessThan(const SourcePositionEvent& a, in LessThan()