Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c1065 lexer_lit_location_t *new_literal_p; in scanner_filter_arguments() local
1066new_literal_p = (lexer_lit_location_t *) parser_list_append (context_p, &new_literal_pool_p->liter… in scanner_filter_arguments()
1067 *new_literal_p = *literal_p; in scanner_filter_arguments()
1096 lexer_lit_location_t *new_literal_p; in scanner_filter_arguments() local
1097new_literal_p = (lexer_lit_location_t *) parser_list_append (context_p, &new_literal_pool_p->liter… in scanner_filter_arguments()
1098 *new_literal_p = *literal_p; in scanner_filter_arguments()