Home
last modified time | relevance | path

Searched refs:next_source (Results 1 – 3 of 3) 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/libxml2/vms/
Dbuild_libxml.com162 $ call build 'next_source'
/third_party/glib/glib/
Dgmain.c1028 GSource *next_source; in g_source_iter_next() local
1031 next_source = iter->source->next; in g_source_iter_next()
1033 next_source = NULL; in g_source_iter_next()
1035 if (!next_source) in g_source_iter_next()
1046 next_source = source_list->head; in g_source_iter_next()
1059 if (next_source && iter->may_modify) in g_source_iter_next()
1060 g_source_ref (next_source); in g_source_iter_next()
1064 iter->source = next_source; in g_source_iter_next()