Lines Matching refs:proto
3868 Object* proto = GetPrototype();3869 if (proto->IsNull()) return GetHeap()->undefined_value();3870 ASSERT(proto->IsJSGlobalObject());3871 return proto;