Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h179 LEXER_CLASS_CONSTRUCTOR, /**< special value for class constructor method */ enumerator
Djs-parser-expr.c619 if (context_p->token.type == LEXER_CLASS_CONSTRUCTOR) in parser_parse_class_literal()
Djs-lexer.c3103 context_p->token.type = LEXER_CLASS_CONSTRUCTOR; in lexer_expect_object_literal_id()