Lines Matching defs:mode
275 PropertiesEnumerationMode mode,
320 if (mode == PropertiesEnumerationMode::kEnumerationOrder) {
390 // This is an OWN lookup, so constructing a named-mode LookupIterator
397 if (mode == PropertiesEnumerationMode::kEnumerationOrder) {
405 DCHECK_EQ(mode, PropertiesEnumerationMode::kPropertyAdditionOrder);
416 PropertiesEnumerationMode mode,
420 FastAssign(target, source, mode, excluded_properties, use_set);
436 // JSProxy is always in slow-mode.
964 // TODO(neis): In strict mode, we should probably throw if the
3288 // Ensure that in-object space of slow-mode object does not contain random
3660 PropertyNormalizationMode mode,
3667 Map::Normalize(isolate, map, map->elements_kind(), mode, reason);
3827 // once all prototypes stay in dictionary mode and we are not interested
3828 // in tracking constness for fast mode properties anymore.
4716 // TODO(v8:11248) make bootstrapper create dict mode prototypes, too?
4900 // We may inline accesses to constants stored in dictionary mode protoypes in
5081 EnsureElementsMode mode) {
5082 return EnsureCanContainElements(object, args->first_slot(), arg_count, mode);