Searched refs:LEXER_PROPERTY_GETTER (Results 1 – 4 of 4) sorted by relevance
173 LEXER_PROPERTY_GETTER, /**< property getter function */ enumerator
538 …if (context_p->token.type == LEXER_PROPERTY_GETTER || context_p->token.type == LEXER_PROPERTY_SETT… in parser_parse_class_literal()541 bool is_getter = (context_p->token.type == LEXER_PROPERTY_GETTER); in parser_parse_class_literal()926 case LEXER_PROPERTY_GETTER: in parser_parse_object_literal()935 if (context_p->token.type == LEXER_PROPERTY_GETTER) in parser_parse_object_literal()
2998 context_p->token.type = LEXER_PROPERTY_GETTER; in lexer_expect_object_literal_id()3167 context_p->token.type = LEXER_PROPERTY_GETTER; in lexer_check_property_modifier()
2897 if (context_p->token.type == LEXER_PROPERTY_GETTER in scanner_scan_all()