Home | History | Annotate | Download | only in crankshaft

Lines Matching defs:accessors

5927     Handle<Object> accessors = GetAccessorsFromMap(map);
5928 if (!accessors->IsAccessorPair()) return false;
5930 IsLoad() ? Handle<AccessorPair>::cast(accessors)->getter()
5931 : Handle<AccessorPair>::cast(accessors)->setter();
8752 // If there may be elements accessors in the prototype chain, the fast
8755 // If there currently can be no elements accessors on the prototype chain,
8757 // chain check to trap element accessors being installed on the prototype
8807 // If there may be elements accessors in the prototype chain, the fast
8811 // If there currently can be no elements accessors on the prototype chain,
8813 // chain check to trap element accessors being installed on the prototype
8925 // If there may be elements accessors in the prototype chain, the fast
8929 // If there currently can be no elements accessors on the prototype chain,
8931 // chain check to trap element accessors being installed on the prototype