Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-function-object.c219 ecma_op_create_function_object (ecma_object_t *scope_p, /**< function's scope */ in ecma_op_create_function_object() function
383 …ecma_object_t *func_obj_p = ecma_op_create_function_object (global_env_p, bytecode_data_p, fallbac… in ecma_op_create_dynamic_function()
414 …return ecma_op_create_function_object (scope_p, bytecode_data_p, ECMA_BUILTIN_ID_FUNCTION_PROTOTYP… in ecma_op_create_simple_function_object()
430 return ecma_op_create_function_object (scope_p, bytecode_data_p, ECMA_BUILTIN_ID_GENERATOR); in ecma_op_create_generator_function_object()