Lines Matching refs:value
1464 // 3. For each value property of fieldNames, do
1470 // a. Let value be ? Get(fields, property).
1471 Handle<Object> value;
1473 isolate, value, JSReceiver::GetProperty(isolate, fields, property),
1476 // b. If value is undefined, then
1477 if (value->IsUndefined()) {
1496 // a. Set value to the corresponding Default value of the same row.
1503 value = Handle<Object>(Smi::zero(), isolate);
1510 // Conversion value in the same row, then
1512 // Conversion value of the same row.
1513 // 2. Set value to ? Conversion(value).
1516 ASSIGN_RETURN_ON_EXCEPTION(isolate, value,
1517 ToPositiveInteger(isolate, value), JSObject);
1530 isolate, value, ToIntegerThrowOnInfinity(isolate, value), JSObject);
1535 ASSIGN_RETURN_ON_EXCEPTION(isolate, value,
1536 Object::ToString(isolate, value), JSObject);
1540 // d. Perform ! CreateDataPropertyOrThrow(result, property, value).
1541 CHECK(JSReceiver::CreateDataProperty(isolate, result, property, value,
2320 // a. Set fraction to the string-concatenation of the previous value of
2322 // b. Let millisecond be the String value equal to the substring of fraction
2325 // d. Let microsecond be the String value equal to the substring of fraction
2328 // f. Let nanosecond be the String value equal to the substring of fraction
2608 // i. Set fraction to the string-concatenation of the previous value of
2610 // ii. Let nanoseconds be the String value equal to the substring of
2733 // a. Set fraction to the string-concatenation of the previous value of
2735 // b. Let nanoseconds be the String value equal to the substring of fraction
3345 Handle<Object> value;
3346 // a. Let property be the Property value of the current row.
3347 // b. Let value be ? Get(temporalTimeLike, property).
3349 isolate, value,
3352 // c. If value is not undefined, then
3353 if (!value->IsUndefined()) {
3357 // d. Set value to ? ToIntegerThrowOnOInfinity(value).
3358 ASSIGN_RETURN_ON_EXCEPTION_VALUE(isolate, value,
3359 ToIntegerThrowOnInfinity(isolate, value),
3361 // e. Set result's internal slot whose name is the Internal Slot value of
3362 // the current row to value.
3363 *(row.second) = value->Number();
3481 // 5. NOTE: To deal with negative numbers of days whose absolute value is
3513 // 12. NOTE: To deal with negative numbers of days whose absolute value is
4365 // 1. For each value v of « years, months, weeks, days, hours, minutes,
4399 // 2. For each value v of « years, months, weeks, days, hours, minutes,
4788 // 1. Let duration be the this value.
4811 // 1. Let duration be the this value.
4861 // Let duration be the this value.
4872 // 1. Let duration be the this value.
4959 // value of day is 1-based so we need to minus 1 to calculate "the number of
5155 // 1. Let calendar be the this value.
5193 // 1 Let calendar be the this value.
5236 // 1. Let calendar be the this value.
5275 // 1. Let calendar be the this value.
5287 // a. Let value be ! ToISODayOfYear(temporalDate.[[ISOYear]],
5289 int32_t value =
5292 return handle(Smi::FromInt(value), isolate);
5299 // 1. Let calendar be the this value.
5311 // a. Let value be ! ToISODayOfWeek(temporalDate.[[ISOYear]],
5313 int32_t value =
5316 return handle(Smi::FromInt(value), isolate);
5323 // 1. Let calendar be the this value.
5350 // 1. Let calendar be the this value.
5386 // 1. Let calendar be the this value.
5406 // 1. Let calendar be the this value.
5447 // 1. Let calendar be the this value.
5621 // 1. Let temporalDate be the this value.
5715 // 1. Let temporalDate be the this value.
5788 // 1. Let temporalDateTime be the this value.
5838 // 1. Let dateTime be the this value.
5927 // 1. Let monthDay be the this value.
5999 // 1. Let yearMonth be the this value.
6115 // 1. Let temporalTime be the this value.
6207 // 1. Let zonedDateTime be the this value.
6230 // 1. Let zonedDateTime be the this value.
6258 // 1. Let zonedDateTime be the this value.
6350 // 1. Let zonedDateTime be the this value.