Searched refs:current_proto (Results 1 – 1 of 1) sorted by relevance
630 Object* current_proto = receiver->GetPrototype(); in ObjectSetPrototype() local631 while (current_proto->IsJSObject() && in ObjectSetPrototype()632 JSObject::cast(current_proto)->map()->is_hidden_prototype()) { in ObjectSetPrototype()633 current = JSObject::cast(current_proto); in ObjectSetPrototype()634 current_proto = current_proto->GetPrototype(); in ObjectSetPrototype()