Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c52 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_async_literal()
204 if (argument_literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_check_arrow_arg()
302 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_check_async_function()
Djs-scanner.c569 if (item_p->literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_primary_expression_end()
599 if (binding_literal.literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_primary_expression_end()
888 item_p->literal_p->type &= (uint8_t) ~SCANNER_LITERAL_IS_USED; in scanner_scan_primary_expression_end()
1867 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_scan_statement()
2111 && (literal_p->type & SCANNER_LITERAL_IS_USED)) in scanner_scan_statement_end()
2622 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()
2819 if (argument_literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()
3082 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()
3107 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()
3115 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_scan_all()
Djs-scanner-internal.h179 SCANNER_LITERAL_IS_USED = (1 << 6), /**< literal is used */ enumerator
Djs-scanner-util.c655 extended_type |= SCANNER_LITERAL_IS_USED; in scanner_pop_literal_pool()
1078 type |= SCANNER_LITERAL_IS_USED; in scanner_filter_arguments()
1197 lit_location_p->type |= SCANNER_LITERAL_IS_USED; in scanner_add_reference()
1264 if (literal_p->type & SCANNER_LITERAL_IS_USED) in scanner_append_argument()