Searched refs:goesTo (Results 1 – 4 of 4) sorted by relevance
250 goesTo, enumerator
241 goesTo, enumerator824 TOK.goesTo: "=>",
707 tk.value == TOK.out_ || tk.value == TOK.do_ || tk.value == TOK.goesTo ||4416 ….value == TOK.leftCurly || tk.value == TOK.in_ || tk.value == TOK.out_ || tk.value == TOK.goesTo ||4807 (tk.value == TOK.goesTo || tk.value == TOK.leftCurly) || in parseAliasDeclarations()4809 token.value == TOK.identifier && peekNext() == TOK.goesTo || in parseAliasDeclarations()4812 (tk.value == TOK.goesTo || tk.value == TOK.leftCurly) in parseAliasDeclarations()5032 if (token.value == TOK.goesTo) in parseFunctionLiteral()5034 check(TOK.goesTo); in parseFunctionLiteral()5076 case TOK.goesTo:7854 if (peekNext() == TOK.goesTo) in parsePrimaryExp()8322 … if (skipAttributes(tk, &tk) && (tk.value == TOK.goesTo || tk.value == TOK.leftCurly)) in parsePrimaryExp()[all …]
940 t.value = TOK.goesTo; // => in scan()