Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-scanner-util.c492 bool arguments_required = ((status_flags & (SCANNER_LITERAL_POOL_CAN_EVAL | SCANNER_LITERAL_POOL_NO_ARGUMENTS)) in scanner_pop_literal_pool()
493 == SCANNER_LITERAL_POOL_CAN_EVAL); in scanner_pop_literal_pool()
503 if ((status_flags & SCANNER_LITERAL_POOL_CAN_EVAL) && prev_literal_pool_p != NULL) in scanner_pop_literal_pool()
505 prev_literal_pool_p->status_flags |= SCANNER_LITERAL_POOL_CAN_EVAL; in scanner_pop_literal_pool()
513 status_flags |= SCANNER_LITERAL_POOL_CAN_EVAL; in scanner_pop_literal_pool()
585 if ((status_flags & SCANNER_LITERAL_POOL_CAN_EVAL) || (type & can_eval_types)) in scanner_pop_literal_pool()
746 if (status_flags & SCANNER_LITERAL_POOL_CAN_EVAL) in scanner_pop_literal_pool()
829 if ((status_flags & SCANNER_LITERAL_POOL_CAN_EVAL) && (literal_p->type & SCANNER_LITERAL_NO_REG)) in scanner_pop_literal_pool()
849 if ((status_flags & SCANNER_LITERAL_POOL_CAN_EVAL) && (literal_p->type & SCANNER_LITERAL_NO_REG)) in scanner_pop_literal_pool()
965 bool can_eval = (literal_pool_p->status_flags & SCANNER_LITERAL_POOL_CAN_EVAL) ! in scanner_filter_arguments()
[all...]
H A Djs-scanner-internal.h276 SCANNER_LITERAL_POOL_CAN_EVAL = (1 << 3), /**< prepare for executing eval in this block */ enumerator
H A Djs-scanner-ops.c415 scanner_context_p->active_literal_pool_p->status_flags |= SCANNER_LITERAL_POOL_CAN_EVAL; in scanner_scan_bracket()
H A Djs-scanner.c2315 uint16_t status_flags = SCANNER_LITERAL_POOL_FUNCTION_WITHOUT_ARGUMENTS | SCANNER_LITERAL_POOL_CAN_EVAL; in scanner_scan_all()

Completed in 6 milliseconds