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

  /external/v8/src/parsing/
scanner.h 313 has_multiline_comment_before_next_;
769 bool has_multiline_comment_before_next_; member in class:v8::internal::Scanner
scanner.cc 390 has_multiline_comment_before_next_ = false;
418 has_line_terminator_before_next_ || has_multiline_comment_before_next_;
421 has_line_terminator_before_next_ || has_multiline_comment_before_next_;
575 has_multiline_comment_before_next_ = true;
936 has_multiline_comment_before_next_ = false;
    [all...]

Completed in 1120 milliseconds