Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c408 const uint16_t copied_flags = (SCANNER_LITERAL_POOL_IN_WITH in scanner_push_literal_pool() local
412 const uint16_t copied_flags = SCANNER_LITERAL_POOL_IN_WITH; in scanner_push_literal_pool() local
415 status_flags |= (uint16_t) (prev_literal_pool_p->status_flags & copied_flags); in scanner_push_literal_pool()
436 const uint16_t copied_flags = SCANNER_LITERAL_POOL_IS_STRICT; in scanner_push_literal_pool() local
437 status_flags |= (uint16_t) (prev_literal_pool_p->status_flags & copied_flags); in scanner_push_literal_pool()

Completed in 5 milliseconds