Lines Matching refs:NoChange
46 return NoChange(); in Reduce()
75 if (result.context->is_the_hole(isolate(), result.index)) return NoChange(); in ReduceJSLoadGlobal()
87 if (it.state() != LookupIterator::DATA) return NoChange(); in ReduceJSLoadGlobal()
88 if (!it.GetHolder<JSObject>()->IsJSGlobalObject()) return NoChange(); in ReduceJSLoadGlobal()
156 if (result.context->is_the_hole(isolate(), result.index)) return NoChange(); in ReduceJSStoreGlobal()
157 if (result.immutable) return NoChange(); in ReduceJSStoreGlobal()
168 if (it.state() != LookupIterator::DATA) return NoChange(); in ReduceJSStoreGlobal()
169 if (!it.GetHolder<JSObject>()->IsJSGlobalObject()) return NoChange(); in ReduceJSStoreGlobal()
175 if (property_details.IsReadOnly()) return NoChange(); in ReduceJSStoreGlobal()
178 return NoChange(); in ReduceJSStoreGlobal()
201 if (!property_cell_value_map->is_stable()) return NoChange(); in ReduceJSStoreGlobal()