Searched refs:lexer_expect_object_literal_id (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
H A D | js-parser-expr.c | 529 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_CLASS_METHOD); in parser_parse_class_literal() 555 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_CLASS_METHOD | LEXER_OBJ_IDENT_ONLY_IDENTIFIERS); in parser_parse_class_literal() 657 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_ONLY_IDENTIFIERS); in parser_parse_class_literal() 663 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_ONLY_IDENTIFIERS); in parser_parse_class_literal() 918 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_NO_OPTS); in parser_parse_object_literal() 952 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_ONLY_IDENTIFIERS); in parser_parse_object_literal() 1035 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_ONLY_IDENTIFIERS); in parser_parse_object_literal() 3057 lexer_expect_object_literal_id (context_p, LEXER_OBJ_IDENT_OBJECT_PATTERN); in parser_parse_object_initializer()
|
H A D | js-parser-internal.h | 706 void lexer_expect_object_literal_id (parser_context_t *context_p, uint32_t ident_opts);
|
H A D | js-lexer.c | 2961 lexer_expect_object_literal_id (parser_context_t *context_p, /**< context */ in lexer_expect_object_literal_id() function 3116 } /* lexer_expect_object_literal_id */ in lexer_expect_object_literal_id()
|
Completed in 9 milliseconds