Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.h31 ecma_value_t ecma_op_create_object_object_arg (ecma_value_t value);
Decma-objects-general.c78 ecma_op_create_object_object_arg (ecma_value_t value) /**< argument of constructor */ in ecma_op_create_object_object_arg() function
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c125 return ecma_op_create_object_object_arg (arguments_list_p[0]); in ecma_builtin_object_dispatch_construct()