Searched refs:cachedPropertyType (Results 1 – 6 of 6) sorted by relevance
743 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProto()751 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdProto()795 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdSelfList()803 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdSelfList()864 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProtoList()872 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdProtoList()931 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChainList()939 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdChainList()999 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChain()1007 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdChain()
769 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProto()777 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdProto()826 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdSelfList()834 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdSelfList()895 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdProtoList()903 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdProtoList()962 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChainList()970 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdChainList()1030 if (slot.cachedPropertyType() == PropertySlot::Getter) { in privateCompileGetByIdChain()1038 } else if (slot.cachedPropertyType() == PropertySlot::Custom) { in privateCompileGetByIdChain()
900 if (slot.cachedPropertyType() != PropertySlot::Value) in tryCacheGetByID()
89 CachedPropertyType cachedPropertyType() const { return m_cachedPropertyType; } in cachedPropertyType() function
1327 switch (slot.cachedPropertyType()) { in tryCacheGetByID()1364 switch (slot.cachedPropertyType()) { in tryCacheGetByID()1390 switch (slot.cachedPropertyType()) { in tryCacheGetByID()
6624 (JSC::PropertySlot::cachedPropertyType):