Searched refs:CLOSEBRACKET (Results 1 – 3 of 3) sorted by relevance
80 CLOSEBRACKET, enumerator
1840 if (match(CLOSEBRACKET)) { in parseArrayLiteral()1859 if (match(CLOSEBRACKET)) { in parseArrayLiteral()1868 consumeOrFail(CLOSEBRACKET); in parseArrayLiteral()2008 if (!consume(CLOSEBRACKET)) in parseMemberExpression()
945 token = CLOSEBRACKET; in lex()