Searched refs:LEXER_KEYW_CLASS (Results 1 – 6 of 6) sorted by relevance
163 LEXER_KEYW_CLASS, /**< class */ enumerator
205 case LEXER_KEYW_CLASS: in scanner_scan_primary_expression()1427 case LEXER_KEYW_CLASS: in scanner_scan_statement()1677 if (context_p->token.type == LEXER_KEYW_CLASS) in scanner_scan_statement()1799 case LEXER_KEYW_CLASS: in scanner_scan_statement()
467 || context_p->token.type == LEXER_KEYW_CLASS); in parser_validate_lexical_context()2451 if (context_p->token.type == LEXER_KEYW_CLASS) in parser_parse_export_statement()2518 case LEXER_KEYW_CLASS: in parser_parse_export_statement()2835 case LEXER_KEYW_CLASS: in parser_parse_statements()
722 JERRY_ASSERT (context_p->token.type == LEXER_KEYW_CLASS); in parser_parse_class()1834 case LEXER_KEYW_CLASS: in parser_parse_unary_expression()
1457 JERRY_ASSERT (context_p->token.type == LEXER_KEYW_CLASS); in scanner_push_class_declaration()
494 LEXER_KEYWORD ("class", LEXER_KEYW_CLASS),