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/
H A 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 & PARSER_IS_STRICT)); 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_UNMAPPED; 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()
H A Djs-scanner-internal.h275 SCANNER_LITERAL_POOL_IS_STRICT = (1 << 2), /**< literal pool represents a strict mode code block */ enumerator
H A Djs-scanner-ops.c574 scanner_context_p->active_literal_pool_p->status_flags |= SCANNER_LITERAL_POOL_IS_STRICT; in scanner_check_directives()
H A 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()

Completed in 8 milliseconds