Lines Matching defs:value
113 Handle<HeapObject> value) {
115 if (m.Is(value)) return receiver;
116 Node* expected = jsgraph()->HeapConstant(value);
129 return jsgraph()->Constant(holder.value());
156 base::Optional<ObjectRef> value =
158 if (!value) return {};
170 .value();
177 map, access_info.name(), value.value(), PropertyKind::kData);
180 return jsgraph()->Constant(value.value());
212 base::Optional<ObjectRef> value =
215 return value.has_value() ? jsgraph()->Constant(*value) : nullptr;
243 // We expect the loaded value to be a heap number here. With
247 // value is a heap number.
274 Node* value = *effect = graph()->NewNode(
276 return value;
284 if (Node* value = TryFoldLoadConstantDataField(name, access_info,
286 return value;
304 // Remember the map of the field value, if its map is stable. This is
309 dependencies()->DependOnStableMap(field_map.value());