Home | History | Annotate | Download | only in ic

Lines Matching defs:last

52   Handle<JSObject> last(JSObject::cast(receiver_map->prototype()));
66 last = handle(JSObject::cast(current_map->prototype()));
67 current_map = handle(last->map());
75 NamedLoadHandlerCompiler compiler(isolate, receiver_map, last, flag);
326 // the holder to be that last element for the FrontendHeader call.
329 JSObject* last = *holder();
330 PrototypeIterator iter(isolate(), last);
336 last = iter.GetCurrent<JSObject>();
339 auto last_handle = handle(last);
436 Handle<JSObject> last;
442 last = PrototypeIterator::GetCurrent<JSObject>(iter);
445 if (!last.is_null()) set_holder(last);