Home
last modified time | relevance | path

Searched refs:lexer_expect_object_literal_id (Results 1 - 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-expr.c529 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 Djs-parser-internal.h706 void lexer_expect_object_literal_id (parser_context_t *context_p, uint32_t ident_opts);
H A Djs-lexer.c2961 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