Searched refs:PARSER_ALLOW_SUPER_CALL (Results 1 – 3 of 3) sorted by relevance
74 PARSER_ALLOW_SUPER_CALL = (1u << 22), /**< allow super constructor call enumerator
636 constructor_status_flags |= PARSER_ALLOW_SUPER_CALL; in parser_parse_class_literal()1805 if (context_p->status_flags & PARSER_ALLOW_SUPER_CALL) in parser_parse_unary_expression()1850 && (context_p->status_flags & PARSER_ALLOW_SUPER_CALL)) in parser_parse_unary_expression()
2527 | PARSER_ALLOW_SUPER_CALL); in parser_parse_arrow_function()