Lines Matching defs:value
127 STATIC_ASSERT((std::is_same<Dictionary, SwissNameDictionary>::value ||
128 std::is_same<Dictionary, NameDictionary>::value));
150 int int_index = index.value();
200 Object value = dictionary->ValueAt(i);
201 if (value.IsAccessorPair()) {
202 Handle<AccessorPair> pair(AccessorPair::cast(value), isolate);
219 Handle<Object> value(dictionary->ValueAt(i), isolate);
220 if (value->IsAccessorPair()) {
221 Handle<AccessorPair> pair = Handle<AccessorPair>::cast(value);
244 } else if (value->IsSmi()) {
248 GetMethodAndSetName<Dictionary>(isolate, args, Smi::cast(*value),
313 Object value = descriptors_template->GetStrongValue(i);
314 if (value.IsAccessorPair()) {
316 isolate, handle(AccessorPair::cast(value), isolate));
317 value = *pair;
325 if (value.IsSmi()) {
326 value = GetMethodWithSharedName(isolate, args, value);
329 value.OptimalRepresentation(isolate));
332 if (value.IsAccessorPair()) {
333 AccessorPair pair = AccessorPair::cast(value);
347 DCHECK(value.FitsRepresentation(details.representation()));
356 property_array->set(field_index, value);
361 descriptors->Set(i, name, MaybeObject::FromObject(value), details);
426 Smi value = Smi::FromInt(key_index + 1); // Value follows name.
434 isolate, elements_dictionary, element, key_index, value_kind, value);
439 isolate, properties_dictionary, name, key_index, value_kind, value);
619 // |super_class| handle value overwriting via storing to
753 Handle<Object> value,
760 MAYBE_RETURN(Object::SetSuperProperty(&it, value, store_origin),
762 return value;
773 Handle<Object> value = args.at(3);
778 isolate, StoreToSuper(isolate, home_object, receiver, &key, value,
790 Handle<Object> value = args.at(3);
797 isolate, StoreToSuper(isolate, home_object, receiver, &lookup_key, value,