Lines Matching defs:DONT_ENUM

502   JSObject::AddProperty(isolate, target, name, function, DONT_ENUM);
569 JSObject::AddProperty(isolate, base, internalized_name, fun, DONT_ENUM);
575 int len, bool adapt, PropertyAttributes attrs = DONT_ENUM) {
589 PropertyAttributes attrs = DONT_ENUM) {
615 JSObject::DefineAccessor(base, name, getter, setter, DONT_ENUM).Check();
639 JSObject::DefineAccessor(base, property_name, getter, setter, DONT_ENUM)
656 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY));
681 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
764 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY))
771 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY))
937 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
942 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
1064 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
1068 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
1222 PropertyAttributes rw_attribs = static_cast<PropertyAttributes>(DONT_ENUM);
1468 DONT_ENUM);
1470 factory->empty_string(), DONT_ENUM);
1496 info, DONT_ENUM);
1563 DONT_ENUM);
1675 function_fun, DONT_ENUM);
1693 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY));
1731 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
1772 array_function, DONT_ENUM);
1821 DONT_ENUM);
1863 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
1918 number_fun, DONT_ENUM);
1950 parse_float_fun, DONT_ENUM);
1957 DONT_ENUM);
2003 boolean_fun, DONT_ENUM);
2028 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
2057 string_fun, DONT_ENUM);
2152 DONT_ENUM);
2159 DONT_ENUM);
2181 Builtin::kStringPrototypeIterator, 0, true, DONT_ENUM);
2272 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
2309 DONT_ENUM);
2406 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
2655 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
2757 global_proxy, DONT_ENUM);
2763 JSObject::AddProperty(isolate_, global, "JSON", json_object, DONT_ENUM);
2774 JSObject::AddProperty(isolate_, global, "Math", math, DONT_ENUM);
2849 JSObject::AddProperty(isolate_, global, "Intl", intl, DONT_ENUM);
3221 DONT_ENUM);
3260 JSObject::AddProperty(isolate_, global, name, array_buffer_fun, DONT_ENUM);
3359 values, DONT_ENUM);
3406 array_prototype_to_string_fun, DONT_ENUM);
3530 entries, DONT_ENUM);
3632 DONT_ENUM);
3634 values, DONT_ENUM);
3660 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY);
3787 JSObject::AddProperty(isolate_, global, name, proxy_function, DONT_ENUM);
3799 JSObject::AddProperty(isolate_, global, reflect_string, reflect, DONT_ENUM);
3845 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
3944 DONT_ENUM, Representation::Tagged());
3951 DONT_ENUM, Representation::Tagged());
3977 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
3999 DONT_ENUM, Representation::Tagged());
4197 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
4227 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
4329 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY));
4398 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
4428 JSObject::AddProperty(isolate_, extras_binding, name, console, DONT_ENUM);
4430 JSObject::AddProperty(isolate_, global, name, console, DONT_ENUM);
4531 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY);
4572 shared_struct_type_fun, DONT_ENUM);
4647 isolate()->shared_array_buffer_fun(), DONT_ENUM);
4656 isolate()->atomics_object(), DONT_ENUM);
4672 DONT_ENUM);
4765 JSObject::AddProperty(isolate_, global, "Temporal", temporal, DONT_ENUM);
4776 JSObject::AddProperty(isolate_, temporal, "Now", now, DONT_ENUM);
5471 array_buffer_fun, DONT_ENUM);
5728 PropertyAttributes attribs = DONT_ENUM;
5803 PropertyAttributes attribs = DONT_ENUM;