Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object.c965 ecma_value_t next_source = arguments_list_p[i]; in ecma_builtin_object_object_assign() local
968 if (ecma_is_value_undefined (next_source) || ecma_is_value_null (next_source)) in ecma_builtin_object_object_assign()
974 ecma_value_t from_value = ecma_op_to_object (next_source); in ecma_builtin_object_object_assign()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-object-gen.cc450 [=](TNode<Object> next_source) { in TF_BUILTIN() argument
451 CallBuiltin(Builtin::kSetDataProperties, context, to, next_source); in TF_BUILTIN()