Lines Matching refs:set
7 #include <set>
469 // 2. If newTarget is not provided, set newTarget to %Temporal.Calendar%.
513 // 7. If newTarget is not present, set it to %Temporal.PlainDate%.
571 // 6. If newTarget is not present, set it to %Temporal.PlainDateTime%.
700 // 4. If newTarget is not present, set it to %Temporal.PlainMonthDay%.
737 // 5. If newTarget is not present, set it to %Temporal.PlainYearMonth%.
767 // 5. If newTarget is not present, set it to %Temporal.ZonedDateTime%.
809 // 2. If newTarget is not present, set it to %Temporal.Duration%.
919 // 1. If newTarget is not present, set it to %Temporal.TimeZone%.
1850 field_names->set(0, ReadOnlyRoots(isolate).day_string());
1851 field_names->set(1, ReadOnlyRoots(isolate).month_string());
1852 field_names->set(2, ReadOnlyRoots(isolate).monthCode_string());
1853 field_names->set(3, ReadOnlyRoots(isolate).year_string());
2840 // 2. If dateAdd is not present, set dateAdd to ? GetMethod(calendar,
2877 // 2. If dateUntil is not present, set dateUntil to ? GetMethod(calendar,
3171 // 3. If result is not undefined, set result to ? ToIntegerOrInfinity(result).
3191 // 3. If result is not undefined, set result to ? ToString(result).
3603 // 1. If relativeTo is not present, set relativeTo to undefined.
3784 // 1. If options is not present, set options to ! OrdinaryObjectCreate(null).
4111 // 2. If options is not present, set options to ! OrdinaryObjectCreate(null).
5097 field_names->set(0, ReadOnlyRoots(isolate).day_string());
5098 field_names->set(1, ReadOnlyRoots(isolate).month_string());
5099 field_names->set(2, ReadOnlyRoots(isolate).monthCode_string());
5100 field_names->set(3, ReadOnlyRoots(isolate).year_string());
6283 field_names->set(0, *field_name_1);
6284 field_names->set(1, *field_name_2);