• Home
  • Raw
  • Download

Lines Matching refs:PropertyAttributes

1125       LookupIterator* it, Handle<Object> value, PropertyAttributes attributes,
1576 PropertyAttributes attributes,
1609 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetPropertyAttributes(
1611 MUST_USE_RESULT static Maybe<PropertyAttributes> GetPropertyAttributes(
1613 MUST_USE_RESULT static Maybe<PropertyAttributes> GetOwnPropertyAttributes(
1616 MUST_USE_RESULT static inline Maybe<PropertyAttributes> GetElementAttribute(
1618 MUST_USE_RESULT static inline Maybe<PropertyAttributes>
1767 PropertyAttributes attributes,
1771 Handle<Object> value, PropertyAttributes attributes);
1801 MUST_USE_RESULT static Maybe<PropertyAttributes>
1805 MUST_USE_RESULT static Maybe<PropertyAttributes>
1807 MUST_USE_RESULT static Maybe<PropertyAttributes>
1825 PropertyAttributes attributes);
1936 PropertyAttributes attributes,
2001 int NumberOfOwnProperties(PropertyAttributes filter = NONE);
2005 FixedArray* storage, int index, PropertyAttributes filter = NONE);
2009 int NumberOfOwnElements(PropertyAttributes filter);
2014 int GetOwnElementKeys(FixedArray* storage, PropertyAttributes filter);
2242 MUST_USE_RESULT static Maybe<PropertyAttributes>
2246 MUST_USE_RESULT static Maybe<PropertyAttributes>
2262 PropertyAttributes attributes,
2270 PropertyAttributes attributes,
2285 PropertyAttributes attributes,
2303 PropertyAttributes attributes);
2339 PropertyAttributes attributes);
2343 PropertyAttributes attributes);
2348 PropertyAttributes attributes);
2990 PropertyAttributes attributes,
3527 int NumberOfElementsFilterAttributes(PropertyAttributes filter);
3535 PropertyAttributes filter,
3540 PropertyAttributes filter,
5829 PropertyAttributes attributes,
6006 PropertyAttributes attributes,
6014 PropertyAttributes attributes,
6038 PropertyAttributes attributes,
6042 Handle<Object> accessor, PropertyAttributes attributes);
6044 PropertyAttributes attributes);
6059 PropertyAttributes filter = NONE);
9538 MUST_USE_RESULT static Maybe<PropertyAttributes>
9542 MUST_USE_RESULT static Maybe<PropertyAttributes>
10114 inline PropertyAttributes property_attributes();
10115 inline void set_property_attributes(PropertyAttributes attributes);
10146 class AttributesField: public BitField<PropertyAttributes, 2, 3> {};