DONT_ENUM 369 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); DONT_ENUM 371 src/bootstrapper.cc attributes = DONT_ENUM; DONT_ENUM 389 src/bootstrapper.cc DONT_ENUM | DONT_DELETE | READ_ONLY); DONT_ENUM 533 src/bootstrapper.cc DONT_ENUM | DONT_DELETE); DONT_ENUM 852 src/bootstrapper.cc isolate->object_function(), DONT_ENUM)); DONT_ENUM 877 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE)); DONT_ENUM 917 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_ENUM 953 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); DONT_ENUM 985 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); DONT_ENUM 1035 src/bootstrapper.cc global, name, json_object, DONT_ENUM)); DONT_ENUM 1068 src/bootstrapper.cc factory->undefined_value(), DONT_ENUM)); DONT_ENUM 1072 src/bootstrapper.cc factory->undefined_value(), DONT_ENUM)); DONT_ENUM 1117 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); DONT_ENUM 1136 src/bootstrapper.cc FieldDescriptor d(*factory->length_symbol(), 0, DONT_ENUM); DONT_ENUM 1174 src/bootstrapper.cc factory->undefined_value(), DONT_ENUM)); DONT_ENUM 1477 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); DONT_ENUM 1645 src/bootstrapper.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE)); DONT_ENUM 1917 src/bootstrapper.cc DONT_ENUM)); DONT_ENUM 1948 src/bootstrapper.cc global, debug_string, global_proxy, DONT_ENUM)); DONT_ENUM 839 src/factory.cc function, DONT_ENUM)); DONT_ENUM 715 src/handles.cc int num_enum = object->NumberOfLocalProperties(DONT_ENUM); DONT_ENUM 769 src/handles.cc int num_enum = object->NumberOfLocalProperties(DONT_ENUM); DONT_ENUM 3724 src/heap.cc constructor_symbol(), function, DONT_ENUM); DONT_ENUM 2609 src/objects.cc if (enumerable->ToBoolean()->IsFalse()) attributes |= DONT_ENUM; DONT_ENUM 2993 src/objects.cc if (!result.IsEmpty()) return DONT_ENUM; DONT_ENUM 3574 src/objects.cc DONT_ENUM, DONT_ENUM 3602 src/objects.cc DONT_ENUM, DONT_ENUM 9622 src/objects.cc if ((attributes & (DONT_DELETE | DONT_ENUM | READ_ONLY)) != 0) { DONT_ENUM 9657 src/objects.cc (attr & (DONT_DELETE | DONT_ENUM | READ_ONLY)) == 0); DONT_ENUM 10442 src/objects.cc return NumberOfLocalElements(static_cast<PropertyAttributes>(DONT_ENUM)); DONT_ENUM 10584 src/objects.cc static_cast<PropertyAttributes>(DONT_ENUM)); DONT_ENUM 12343 src/objects.cc static_cast<PropertyAttributes>(DONT_ENUM)); DONT_ENUM 111 src/property-details.h bool IsDontEnum() { return (attributes() & DONT_ENUM) != 0; } DONT_ENUM 169 src/property.h PropertyDetails(static_cast<PropertyAttributes>(DONT_ENUM | DONT_ENUM 1891 src/runtime.cc static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE); DONT_ENUM 1893 src/runtime.cc static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE); DONT_ENUM 4499 src/runtime.cc RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); DONT_ENUM 4521 src/runtime.cc RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); DONT_ENUM 4760 src/runtime.cc (unchecked_attributes & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); DONT_ENUM 4929 src/runtime.cc (unchecked_value & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0); DONT_ENUM 5074 src/runtime.cc return isolate->heap()->ToBoolean(att != ABSENT && (att & DONT_ENUM) == 0); DONT_ENUM 8056 src/runtime.cc static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY); DONT_ENUM 1363 src/scopes.cc static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE | DONT_ENUM); DONT_ENUM 1365 src/scopes.cc static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM); DONT_ENUM 157 test/cctest/test-debug.cc Handle<Object>(debug->debug_context()->global_proxy()), DONT_ENUM,