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

  /external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
tokenutil.py 287 current_token = token
289 InsertTokenAfter(new_token, current_token)
290 current_token = new_token
error_fixer.py 328 current_token = token.next.next.next
330 while current_token and current_token.line_number == token.line_number:
331 if current_token.IsAnyType(Type.WHITESPACE,
334 removed_tokens.append(current_token)
335 current_token = current_token.next
  /external/v8/src/
preparser.cc 65 if (scanner->current_token() == Token::FUTURE_RESERVED_WORD) {
67 } else if (scanner->current_token() ==
70 } else if (scanner->current_token() == Token::LET) {
72 } else if (scanner->current_token() == Token::YIELD) {
133 DCHECK_EQ(Token::LBRACE, scanner()->current_token());
139 ReportUnexpectedToken(scanner()->current_token());
scanner.h 353 Token::Value current_token() { return current_.token; } function in class:v8::internal::Scanner
preparser.h 374 ReportUnexpectedToken(scanner()->current_token());
    [all...]
parser.cc     [all...]
  /external/google-breakpad/src/testing/scripts/generator/cpp/
ast.py 692 self.current_token = None
710 self.current_token = token
    [all...]

Completed in 373 milliseconds