Home | History | Annotate | Download | only in compiler

Lines Matching refs:NoChange

48   return NoChange();
59 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange();
64 if (result.context->is_the_hole(result.index)) return NoChange();
76 if (it.state() != LookupIterator::DATA) return NoChange();
77 if (!it.GetHolder<JSObject>()->IsJSGlobalObject()) return NoChange();
140 if (!GetGlobalObject(node).ToHandle(&global_object)) return NoChange();
145 if (result.context->is_the_hole(result.index)) return NoChange();
146 if (result.immutable) return NoChange();
157 if (it.state() != LookupIterator::DATA) return NoChange();
158 if (!it.GetHolder<JSObject>()->IsJSGlobalObject()) return NoChange();
164 if (property_details.IsReadOnly()) return NoChange();
167 return NoChange();