Searched refs:ecma_op_create_generator_function_object (Results 1 – 3 of 3) sorted by relevance
58 ecma_op_create_generator_function_object (ecma_object_t *scope_p, const ecma_compiled_code_t *bytec…
427 ecma_op_create_generator_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_generator_function_object() function
488 func_obj_p = ecma_op_create_generator_function_object (frame_ctx_p->lex_env_p, bytecode_p); in vm_construct_literal_object()