Home | History | Annotate | Download | only in src

Lines Matching refs:DONT_ENUM

369         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
371 attributes = DONT_ENUM;
389 DONT_ENUM | DONT_DELETE | READ_ONLY);
534 DONT_ENUM | DONT_DELETE);
853 isolate->object_function(), DONT_ENUM));
878 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
918 static_cast<PropertyAttributes>(DONT_ENUM |
954 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
991 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1043 global, name, json_object, DONT_ENUM));
1076 factory->undefined_value(), DONT_ENUM));
1080 factory->undefined_value(), DONT_ENUM));
1125 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1144 FieldDescriptor d(*factory->length_symbol(), 0, DONT_ENUM);
1178 factory->undefined_value(), DONT_ENUM));
1481 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1649 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
1924 DONT_ENUM));
1955 global, debug_string, global_proxy, DONT_ENUM));