Searched refs:UNARY_POST_OPERATORS (Results 1 - 4 of 4) sorted by relevance

/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py83 UNARY_POST_OPERATORS = ['--', '++'] variable in class:JavaScriptTokenType
H A Decmametadatapass.py512 if (token.string in TokenType.UNARY_POST_OPERATORS and
518 last_code.string not in TokenType.UNARY_POST_OPERATORS):
/external/chromium_org/third_party/closure_linter/closure_linter/
H A Djavascripttokens.py83 UNARY_POST_OPERATORS = ['--', '++'] variable in class:JavaScriptTokenType
H A Decmametadatapass.py512 if (token.string in TokenType.UNARY_POST_OPERATORS and
518 last_code.string not in TokenType.UNARY_POST_OPERATORS):

Completed in 48 milliseconds