Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
Dliveedit.cc526 struct SourcePositionEvent { struct
527 enum Type { LITERAL_STARTS, LITERAL_ENDS, DIFF_STARTS, DIFF_ENDS };
529 int position;
530 Type type;
532 union {
537 SourcePositionEvent(FunctionLiteral* literal, bool is_start) in SourcePositionEvent() argument
542 SourcePositionEvent(const SourceChangeRange& change, bool is_start) in SourcePositionEvent() function
548 static bool LessThan(const SourcePositionEvent& a, in LessThan()