HomeSort by relevance Sort by last modified time
    Searched refs:harmony_numeric_literals_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
scanner.h 436 return harmony_numeric_literals_;
439 harmony_numeric_literals_ = numeric_literals;
655 bool harmony_numeric_literals_; member in class:v8::internal::Scanner
scanner.cc 39 harmony_numeric_literals_(false),
816 } else if (harmony_numeric_literals_ && (c0_ == 'o' || c0_ == 'O')) {
826 } else if (harmony_numeric_literals_ && (c0_ == 'b' || c0_ == 'B')) {
    [all...]

Completed in 184 milliseconds