Home
last modified time | relevance | path

Searched refs:PARSER_ALLOW_SUPER_CALL (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-internal.h74 PARSER_ALLOW_SUPER_CALL = (1u << 22), /**< allow super constructor call enumerator
Djs-parser-expr.c636 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()
Djs-parser.c2527 | PARSER_ALLOW_SUPER_CALL); in parser_parse_arrow_function()