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/
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() argument
1124 const uint8_t *char_p = literal_location_p->char_p; in scanner_add_custom_literal()
1125 prop_length_t length = literal_location_p->length; in scanner_add_custom_literal()
[all …]
Djs-scanner-internal.h367 const lexer_lit_location_t *literal_location_p);