Home
last modified time | relevance | path

Searched refs:literal_location_p (Results 1 - 2 of 2) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c644 lexer_lit_location_t *literal_location_p = scanner_add_custom_literal (context_p, in scanner_pop_literal_pool() local
647 uint8_t extended_type = literal_location_p->type; in scanner_pop_literal_pool()
665 || (literal_location_p->type & mask) == SCANNER_LITERAL_IS_LET in scanner_pop_literal_pool()
666 || (literal_location_p->type & mask) == SCANNER_LITERAL_IS_CONST) in scanner_pop_literal_pool()
677 literal_location_p->type = (uint8_t) (extended_type | type); in scanner_pop_literal_pool()
1072 lexer_lit_location_t *literal_location_p = scanner_add_custom_literal (context_p, in scanner_filter_arguments() local
1081 literal_location_p->type |= type; in scanner_filter_arguments()
1118 const lexer_lit_location_t *literal_location_p) /**< literal */ in scanner_add_custom_literal()
1124 const uint8_t *char_p = literal_location_p->char_p; in scanner_add_custom_literal()
1125 prop_length_t length = literal_location_p in scanner_add_custom_literal()
1116 scanner_add_custom_literal(parser_context_t *context_p, scanner_literal_pool_t *literal_pool_p, const lexer_lit_location_t *literal_location_p) scanner_add_custom_literal() argument
1220 lexer_lit_location_t *literal_location_p = &context_p->token.lit_location; scanner_append_argument() local
[all...]
H A Djs-scanner-internal.h367 const lexer_lit_location_t *literal_location_p);

Completed in 3 milliseconds