Home
last modified time | relevance | path

Searched refs:SCANNER_LITERAL_POOL_IN_WITH (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-ops.c54 if (scanner_context_p->active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_add_async_literal()
114 status_flags &= (uint16_t) ~(SCANNER_LITERAL_POOL_IN_WITH in scanner_check_arrow()
304 if (scanner_context_p->active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_check_async_function()
H A Djs-scanner.c471 parser_stack_push_uint8 (context_p, (status_flags & SCANNER_LITERAL_POOL_IN_WITH) ? 1 : 0); in scanner_scan_primary_expression_end()
473 status_flags |= SCANNER_LITERAL_POOL_IN_WITH; in scanner_scan_primary_expression_end()
1869 if (scanner_context_p->active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_scan_statement()
2062 JERRY_ASSERT (literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH); in scanner_scan_statement_end()
2068 literal_pool_p->status_flags &= (uint16_t) ~SCANNER_LITERAL_POOL_IN_WITH; in scanner_scan_statement_end()
2642 if (scanner_context.active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_scan_all()
2653 if (scanner_context.active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_scan_all()
3070 if (scanner_context.active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_scan_all()
H A Djs-scanner-internal.h281 SCANNER_LITERAL_POOL_IN_WITH = (1 << 6), /**< literal pool is in a with statement */ enumerator
H A Djs-scanner-util.c408 const uint16_t copied_flags = (SCANNER_LITERAL_POOL_IN_WITH in scanner_push_literal_pool()
412 const uint16_t copied_flags = SCANNER_LITERAL_POOL_IN_WITH; in scanner_push_literal_pool()
1200 if (scanner_context_p->active_literal_pool_p->status_flags & SCANNER_LITERAL_POOL_IN_WITH) in scanner_add_reference()

Completed in 8 milliseconds