Home
last modified time | relevance | path

Searched refs:END_BRACKET (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/trace-viewer/tracing/third_party/closure_linter/closure_linter/
Djavascripttokens.py43 END_BRACKET = ']' variable in JavaScriptTokenType
88 SIMPLE_LVALUE, END_BRACKET, END_PAREN, END_BLOCK,
Dindentation.py151 elif token_type == Type.END_BRACKET:
538 goal_type = Type.END_BRACKET
Djavascripttokenizer.py254 Matcher(CLOSING_BRACKET, Type.END_BRACKET),
Decmalintrules.py365 elif type in (Type.END_PAREN, Type.END_BRACKET):
377 if token.type == Type.END_BRACKET:
Decmametadatapass.py336 elif token_type == TokenType.END_BRACKET:
Djavascriptlintrules.py399 Type.END_BRACKET, Type.SEMICOLON,
Dstatetracker.py985 type == Type.END_BRACKET and