Searched refs:ecma_op_create_arrow_function_object (Results 1 – 3 of 3) sorted by relevance
61 ecma_op_create_arrow_function_object (ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode_…
441 ecma_op_create_arrow_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_arrow_function_object() function
482 func_obj_p = ecma_op_create_arrow_function_object (frame_ctx_p->lex_env_p, in vm_construct_literal_object()