Searched refs:PropertyType (Results 1 – 5 of 5) sorted by relevance
82 … JSHandle<JSTaggedValue> propName, PropertyType propType);246 ACCESSORS(PropertyType, PROTOTYPE_TYPE_OFFSET, SIZE);
78 … JSHandle<JSTaggedValue> propName, PropertyType propType) in GetSuperPropTypeGT()89 ASSERT(propType != PropertyType::OTHERS); in GetSuperPropTypeGT()90 bool isStatic = propType == PropertyType::STATIC; in GetSuperPropTypeGT()
28 enum class PropertyType : uint8_t { enum273 PropertyType propType) const;277 PropertyType propType) const in GetSuperPropType()285 PropertyType propType) const;
310 PropertyType propType) const in GetSuperPropType()323 GlobalTSTypeRef TSManager::GetSuperPropType(GlobalTSTypeRef gt, const uint64_t key, PropertyType pr… in GetSuperPropType()
968 auto propType = isStatic ? PropertyType::STATIC : PropertyType::NORMAL; in GetSuperProp()