Home | History | Annotate | Download | only in src

Lines Matching refs:Current

82   ASSERT(isolate == Isolate::Current());
146 for (Object* current = receiver;
147 current != end;
148 current = current->GetPrototype()) {
149 if (current->IsJSObject() &&
150 !JSObject::cast(current)->HasFastProperties() &&
151 !current->IsJSGlobalProxy() &&
152 !current->IsJSGlobalObject()) {
182 // receiver will have changed and the current target will not be in
183 // the receiver map's code cache. Therefore, if the current target
299 Isolate::Current()->stub_cache()->FindCallInitialize(
1165 // TODO(1073): don't ignore the current stub state.
1396 // If the property is read-only, we leave the IC in its current
1571 // current state.
1743 // If the property is read-only, we leave the IC in its current
1749 // current state.