Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-eval.h29 ecma_op_eval (ecma_string_t *code_p, uint32_t parse_opts);
Decma-eval.c44 ecma_op_eval (ecma_string_t *code_p, /**< code string */ in ecma_op_eval() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c111 return ecma_op_eval (ecma_get_string_from_value (x), parse_opts); in ecma_builtin_global_object_eval()