Lines Matching defs:value
82 int value = Handle<Smi>::cast(argument_one)->value();
83 if (value < 0 ||
84 JSArray::SetLengthWouldNormalize(isolate->heap(), value)) {
87 } else if (value != 0) {
89 if (value >= JSArray::kInitialMaxFastElementArray) {
175 int value = Smi::ToInt(*key);
176 if (value < 0) return Smi::zero();
177 index = static_cast<uint32_t>(value);
180 double value = HeapNumber::cast(*key).value();
181 if (value < 0 || value > std::numeric_limits<uint32_t>::max()) {
184 index = static_cast<uint32_t>(value);
234 // Let O be ? ToObject(this value).
266 // produces the value 0.)
335 // Let O be ? ToObject(this value).
367 // produces the value 0.)