Home
last modified time | relevance | path

Searched refs:is_strict_call (Results 1 – 1 of 1) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-eval.c93 uint32_t is_strict_call = ECMA_PARSE_STRICT_MODE | ECMA_PARSE_DIRECT_EVAL; in ecma_op_eval_chars_buffer() local
95 if ((parse_opts & is_strict_call) != is_strict_call) in ecma_op_eval_chars_buffer()