Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyAttributes

1460       PropertyAttributes* attributes);
1466 PropertyAttributes* attributes);
1470 PropertyAttributes* attributes);
1478 PropertyAttributes* attributes);
1485 PropertyAttributes* attributes);
1490 PropertyAttributes* attributes);
1962 PropertyAttributes attributes,
1969 PropertyAttributes attributes,
1996 inline PropertyAttributes GetPropertyAttribute(Name* name);
1997 PropertyAttributes GetPropertyAttributeWithReceiver(JSReceiver* receiver,
1999 PropertyAttributes GetLocalPropertyAttribute(Name* name);
2001 inline PropertyAttributes GetElementAttribute(uint32_t index);
2002 inline PropertyAttributes GetLocalElementAttribute(uint32_t index);
2033 PropertyAttributes GetPropertyAttributeForResult(JSReceiver* receiver,
2042 PropertyAttributes attributes,
2160 PropertyAttributes attributes,
2168 PropertyAttributes attributes,
2176 PropertyAttributes attributes,
2225 PropertyAttributes GetPropertyAttributePostInterceptor(JSObject* receiver,
2228 PropertyAttributes GetPropertyAttributeWithInterceptor(JSObject* receiver,
2231 PropertyAttributes GetPropertyAttributeWithFailedAccessCheck(
2236 PropertyAttributes GetElementAttributeWithReceiver(JSReceiver* receiver,
2253 PropertyAttributes attributes,
2264 PropertyAttributes* attributes);
2269 PropertyAttributes* attributes);
2273 PropertyAttributes* attributes);
2368 PropertyAttributes attributes,
2434 int NumberOfLocalProperties(PropertyAttributes filter = NONE);
2438 FixedArray* storage, int index, PropertyAttributes filter = NONE);
2442 int NumberOfLocalElements(PropertyAttributes filter);
2447 int GetLocalElementKeys(FixedArray* storage, PropertyAttributes filter);
2670 PropertyAttributes* attributes);
2676 MUST_USE_RESULT PropertyAttributes GetElementAttributeWithInterceptor(
2680 MUST_USE_RESULT PropertyAttributes GetElementAttributeWithoutInterceptor(
2695 PropertyAttributes attributes,
2703 PropertyAttributes attributes,
2717 PropertyAttributes attributes,
2736 PropertyAttributes attributes,
2743 PropertyAttributes attributes,
2750 PropertyAttributes attributes);
2764 PropertyAttributes attributes,
2781 PropertyAttributes attributes,
2788 PropertyAttributes attributes,
2806 PropertyAttributes attributes);
2842 PropertyAttributes attributes);
2846 PropertyAttributes attributes);
2851 PropertyAttributes attributes,
2859 PropertyAttributes attributes,
2868 PropertyAttributes attributes);
3319 PropertyAttributes attributes);
3322 PropertyAttributes attributes);
3835 int NumberOfElementsFilterAttributes(PropertyAttributes filter);
3843 PropertyAttributes filter,
3848 PropertyAttributes filter,
5879 PropertyAttributes attributes,
6106 PropertyAttributes filter = NONE);
9464 PropertyAttributes attributes,
9468 MUST_USE_RESULT PropertyAttributes GetPropertyAttributeWithHandler(
9471 MUST_USE_RESULT PropertyAttributes GetElementAttributeWithHandler(
9515 PropertyAttributes attributes,
9934 inline PropertyAttributes property_attributes();
9935 inline void set_property_attributes(PropertyAttributes attributes);
9961 class AttributesField: public BitField<PropertyAttributes, 3, 3> {};