Lines Matching refs:proto
4557 Object* proto = GetPrototype();4558 if (proto->IsNull()) return GetHeap()->undefined_value();4559 ASSERT(proto->IsJSGlobalObject());4560 return proto;