Searched refs:ecma_op_create_simple_function_object (Results 1 – 5 of 5) sorted by relevance
40 ecma_op_create_simple_function_object (ecma_object_t *scope_p, const ecma_compiled_code_t *bytecode…
411 ecma_op_create_simple_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_simple_function_object() function
499 ecma_object_t *func_obj_p = ecma_op_create_simple_function_object (lex_env_p, bytecode_data_p); in jerry_parse()580 ecma_object_t *func_obj_p = ecma_op_create_simple_function_object (lex_env_p, bytecode_data_p); in jerry_parse_function()
997 ecma_object_t *func_obj_p = ecma_op_create_simple_function_object (lex_env_p, bytecode_p); in jerry_snapshot_result()
493 func_obj_p = ecma_op_create_simple_function_object (frame_ctx_p->lex_env_p, bytecode_p); in vm_construct_literal_object()