Searched defs:OMIT_SOURCE_POSITIONS (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dsource-position-table.h38 enum RecordingMode { OMIT_SOURCE_POSITIONS, RECORD_SOURCE_POSITIONS }; enumerator in enum:v8::internal::SourcePositionTableBuilder::RecordingMode
52 inline bool Omit() const { return mode_ == OMIT_SOURCE_POSITIONS; }

Completed in 137 milliseconds