Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-util.c436 const uint16_t copied_flags = SCANNER_LITERAL_POOL_IS_STRICT; in scanner_push_literal_pool()
440 …JERRY_ASSERT (!(status_flags & SCANNER_LITERAL_POOL_IS_STRICT) == !(context_p->status_flags & PARS… in scanner_push_literal_pool()
633 || ((type & SCANNER_LITERAL_IS_FUNC) && (status_flags & SCANNER_LITERAL_POOL_IS_STRICT)) in scanner_pop_literal_pool()
720 …const uint16_t is_unmapped = SCANNER_LITERAL_POOL_IS_STRICT | SCANNER_LITERAL_POOL_ARGUMENTS_UNMAP… in scanner_pop_literal_pool()
722 const uint16_t is_unmapped = SCANNER_LITERAL_POOL_IS_STRICT; in scanner_pop_literal_pool()
917 if (prev_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IS_STRICT) in scanner_pop_literal_pool()
Djs-scanner-internal.h275SCANNER_LITERAL_POOL_IS_STRICT = (1 << 2), /**< literal pool represents a strict mode code block */ enumerator
Djs-scanner-ops.c574 scanner_context_p->active_literal_pool_p->status_flags |= SCANNER_LITERAL_POOL_IS_STRICT; in scanner_check_directives()
Djs-scanner.c2319 status_flags |= SCANNER_LITERAL_POOL_IS_STRICT; in scanner_scan_all()
2339 status_flags |= SCANNER_LITERAL_POOL_IS_STRICT; in scanner_scan_all()