Searched refs:ECMA_PARSE_EVAL (Results 1 – 4 of 4) sorted by relevance
100 parse_opts |= ECMA_PARSE_EVAL; in ecma_op_eval_chars_buffer()
559 || (context_p->global_status_flags & ECMA_PARSE_EVAL)) in parser_module_check_request_place()
2184 if ((parse_opts & ECMA_PARSE_EVAL) == 0) in parser_parse_source()
111 ECMA_PARSE_EVAL = (1u << 2), /**< eval is called */ enumerator