Home | History | Annotate | Download | only in src

Lines Matching full:dont_enum

366                      PropertyAttributes attributes = DONT_ENUM) {
377 PropertyAttributes attributes = DONT_ENUM) {
423 PropertyAttributes attributes = DONT_ENUM;
438 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
440 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
603 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
605 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
607 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
644 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
683 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY))
782 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
832 PropertyAttributes rw_attribs = static_cast<PropertyAttributes>(DONT_ENUM);
1037 InstallFunction(base, fun, name, DONT_ENUM);
1090 DONT_ENUM);
1145 function_fun, DONT_ENUM);
1172 DONT_ENUM | DONT_DELETE);
1240 DONT_ENUM | DONT_DELETE | READ_ONLY);
1284 DONT_ENUM);
1385 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
1414 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1497 JSObject::AddProperty(global, name, json_object, DONT_ENUM);
1509 JSObject::AddProperty(global, name, json_object, DONT_ENUM);
1603 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
1642 DONT_ENUM, Representation::Tagged());
1647 DONT_ENUM, Representation::Tagged());
1680 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
1702 DONT_ENUM, Representation::Tagged());
1999 JSObject::AddProperty(global, natives_key, utils, DONT_ENUM);
2133 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
2319 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
2374 JSObject::AddProperty(global, reflect_string, reflect, DONT_ENUM);
2426 JSObject::AddProperty(global, name, simd_object, DONT_ENUM);
2505 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
2519 array_buffer_fun, DONT_ENUM);
2564 DONT_ENUM | DONT_DELETE);
2777 PropertyAttributes attribs = DONT_ENUM;
3017 JSObject::AddProperty(global, debug_string, global_proxy, DONT_ENUM);