DONT_DELETE       369 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
DONT_DELETE       389 src/bootstrapper.cc       DONT_ENUM | DONT_DELETE | READ_ONLY);
DONT_DELETE       533 src/bootstrapper.cc       DONT_ENUM | DONT_DELETE);
DONT_DELETE       815 src/bootstrapper.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
DONT_DELETE       877 src/bootstrapper.cc             static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
DONT_DELETE       918 src/bootstrapper.cc                                             DONT_DELETE |
DONT_DELETE       953 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
DONT_DELETE       985 src/bootstrapper.cc           static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
DONT_DELETE      1117 src/bootstrapper.cc       static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
DONT_DELETE      1441 src/bootstrapper.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
DONT_DELETE      1477 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
DONT_DELETE      1645 src/bootstrapper.cc             static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE));
DONT_DELETE      2610 src/objects.cc   if (configurable->ToBoolean()->IsFalse()) attributes |= DONT_DELETE;
DONT_DELETE      9622 src/objects.cc   if ((attributes & (DONT_DELETE | DONT_ENUM | READ_ONLY)) != 0) {
DONT_DELETE      9657 src/objects.cc          (attr & (DONT_DELETE | DONT_ENUM | READ_ONLY)) == 0);
DONT_DELETE       110 src/property-details.h   bool IsDontDelete() { return (attributes() & DONT_DELETE) != 0; }
DONT_DELETE       170 src/property.h                                                         DONT_DELETE),
DONT_DELETE      1406 src/runtime.cc       attr |= DONT_DELETE;
DONT_DELETE      1567 src/runtime.cc   PropertyAttributes attributes = DONT_DELETE;
DONT_DELETE      1624 src/runtime.cc       static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
DONT_DELETE      1891 src/runtime.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE);
DONT_DELETE      1893 src/runtime.cc       static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE);
DONT_DELETE      4499 src/runtime.cc   RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
DONT_DELETE      4521 src/runtime.cc   RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
DONT_DELETE      4760 src/runtime.cc       (unchecked_attributes & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
DONT_DELETE      4929 src/runtime.cc         (unchecked_value & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
DONT_DELETE      8056 src/runtime.cc       static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY);
DONT_DELETE      1363 src/scopes.cc          static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE | DONT_ENUM);
DONT_DELETE      1365 src/scopes.cc          static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM);