Home | History | Annotate | Download | only in src

Lines Matching refs:PropertyAttributes

158                                              PropertyAttributes* attributes) {
303 PropertyAttributes* attributes) {
359 PropertyAttributes JSObject::GetPropertyAttributeWithFailedAccessCheck(
555 PropertyAttributes* attributes) {
569 PropertyAttributes* attributes) {
1518 PropertyAttributes attributes) {
1615 PropertyAttributes attributes) {
1674 PropertyAttributes attributes) {
1711 PropertyAttributes attributes,
1754 PropertyAttributes attributes,
1779 PropertyAttributes attributes) {
1797 PropertyAttributes attributes) {
1832 PropertyAttributes attributes) {
1896 PropertyAttributes attributes,
1938 PropertyAttributes attributes,
1948 PropertyAttributes attributes,
2114 PropertyAttributes attributes,
2607 PropertyAttributes attributes,
2637 PropertyAttributes attributes,
2656 PropertyAttributes attributes,
2762 MUST_USE_RESULT PropertyAttributes JSProxy::GetPropertyAttributeWithHandler(
2786 // Convert result to PropertyAttributes.
2811 return static_cast<PropertyAttributes>(attributes);
2815 MUST_USE_RESULT PropertyAttributes JSProxy::GetElementAttributeWithHandler(
2880 PropertyAttributes attributes,
3016 PropertyAttributes attributes) {
3027 PropertyAttributes attributes) {
3104 PropertyAttributes JSObject::GetPropertyAttributePostInterceptor(
3125 PropertyAttributes JSObject::GetPropertyAttributeWithInterceptor(
3155 return static_cast<PropertyAttributes>(result->Int32Value());
3176 PropertyAttributes JSReceiver::GetPropertyAttributeWithReceiver(
3191 PropertyAttributes JSReceiver::GetPropertyAttribute(JSReceiver* receiver,
3226 PropertyAttributes JSReceiver::GetLocalPropertyAttribute(String* name) {
3739 PropertyAttributes attributes;
4208 int Map::NumberOfDescribedProperties(PropertyAttributes filter) {
4331 PropertyAttributes attributes) {
4353 PropertyAttributes attributes) {
4418 PropertyAttributes attributes) {
4476 PropertyAttributes attributes) {
4514 PropertyAttributes attributes) {
4548 PropertyAttributes attributes) {
4557 PropertyAttributes attributes) {
8942 PropertyAttributes attributes,
9225 PropertyAttributes attributes,
9456 PropertyAttributes attributes,
9484 PropertyAttributes attr,
9504 PropertyAttributes attributes,
9571 PropertyAttributes attr,
10010 PropertyAttributes* attributes) {
10028 PropertyAttributes* attributes) {
10042 PropertyAttributes* attributes) {
10179 int JSObject::NumberOfLocalProperties(PropertyAttributes filter) {
10318 int JSObject::NumberOfLocalElements(PropertyAttributes filter) {
10333 return NumberOfLocalElements(static_cast<PropertyAttributes>(DONT_ENUM));
10338 PropertyAttributes filter) {
10472 static_cast<PropertyAttributes>(DONT_ENUM));
11107 PropertyAttributes,
11129 PropertyAttributes);
11139 NumberOfElementsFilterAttributes(PropertyAttributes);
12238 PropertyAttributes filter) {
12246 PropertyAttributes attr = details.attributes();
12257 static_cast<PropertyAttributes>(DONT_ENUM));
12264 PropertyAttributes filter,
12274 PropertyAttributes attr = details.attributes();
12311 static_cast<PropertyAttributes>(NONE)));