READ_ONLY         848 src/arm/full-codegen-arm.cc           ? READ_ONLY : NONE;
READ_ONLY         199 src/arm/ic-arm.cc        PropertyDetails::AttributesField::encode(READ_ONLY)) << kSmiTagSize;
READ_ONLY         369 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
READ_ONLY         389 src/bootstrapper.cc       DONT_ENUM | DONT_DELETE | READ_ONLY);
READ_ONLY         416 src/bootstrapper.cc       attribs = static_cast<PropertyAttributes>(attribs & ~READ_ONLY);
READ_ONLY         561 src/bootstrapper.cc       attribs = static_cast<PropertyAttributes>(attribs | READ_ONLY);
READ_ONLY         815 src/bootstrapper.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
READ_ONLY         919 src/bootstrapper.cc                                             READ_ONLY));
READ_ONLY         953 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
READ_ONLY        1117 src/bootstrapper.cc       static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
READ_ONLY        1441 src/bootstrapper.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE);
READ_ONLY        1477 src/bootstrapper.cc         static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY);
READ_ONLY         176 src/contexts.cc             *attributes = READ_ONLY;
READ_ONLY         181 src/contexts.cc             *attributes = READ_ONLY;
READ_ONLY         207 src/contexts.cc           *attributes = READ_ONLY;
READ_ONLY         817 src/ia32/full-codegen-ia32.cc           ? READ_ONLY : NONE;
READ_ONLY         203 src/ia32/ic-ia32.cc        PropertyDetails::AttributesField::encode(READ_ONLY)) << kSmiTagSize;
READ_ONLY         854 src/mips/full-codegen-mips.cc         ? READ_ONLY : NONE;
READ_ONLY         201 src/mips/ic-mips.cc        PropertyDetails::AttributesField::encode(READ_ONLY)) << kSmiTagSize;
READ_ONLY        2050 src/objects.cc         *done = !!(attr & READ_ONLY);
READ_ONLY        2611 src/objects.cc   if (writable->ToBoolean()->IsFalse()) attributes |= READ_ONLY;
READ_ONLY        9622 src/objects.cc   if ((attributes & (DONT_DELETE | DONT_ENUM | READ_ONLY)) != 0) {
READ_ONLY        9657 src/objects.cc          (attr & (DONT_DELETE | DONT_ENUM | READ_ONLY)) == 0);
READ_ONLY        9724 src/objects.cc         if ((attr & READ_ONLY) == 0) {
READ_ONLY         109 src/property-details.h   bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; }
READ_ONLY        1410 src/runtime.cc       attr |= READ_ONLY;
READ_ONLY        1457 src/runtime.cc   RUNTIME_ASSERT(mode == READ_ONLY || mode == NONE);
READ_ONLY        1471 src/runtime.cc     if (((attributes & READ_ONLY) != 0) || (mode == READ_ONLY)) {
READ_ONLY        1473 src/runtime.cc       ASSERT(mode != READ_ONLY || initial_value->IsTheHole());
READ_ONLY        1474 src/runtime.cc       const char* type = ((attributes & READ_ONLY) != 0) ? "const" : "var";
READ_ONLY        1482 src/runtime.cc         if (((attributes & READ_ONLY) == 0) ||
READ_ONLY        1588 src/runtime.cc       if (intercepted != ABSENT && (intercepted & READ_ONLY) == 0) {
READ_ONLY        1624 src/runtime.cc       static_cast<PropertyAttributes>(DONT_DELETE | READ_ONLY);
READ_ONLY        1707 src/runtime.cc     if ((attributes & READ_ONLY) == 0 || context->get(index)->IsTheHole()) {
READ_ONLY        1768 src/runtime.cc     if ((attributes & READ_ONLY) == 0) {
READ_ONLY        1891 src/runtime.cc       static_cast<PropertyAttributes>(READ_ONLY | DONT_ENUM | DONT_DELETE);
READ_ONLY        2178 src/runtime.cc         static_cast<PropertyAttributes>(details.attributes() | READ_ONLY),
READ_ONLY        2195 src/runtime.cc         static_cast<PropertyAttributes>(details.attributes() | READ_ONLY),
READ_ONLY        4499 src/runtime.cc   RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
READ_ONLY        4521 src/runtime.cc   RUNTIME_ASSERT((unchecked & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
READ_ONLY        4760 src/runtime.cc       (unchecked_attributes & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
READ_ONLY        4929 src/runtime.cc         (unchecked_value & ~(READ_ONLY | DONT_ENUM | DONT_DELETE)) == 0);
READ_ONLY        8056 src/runtime.cc       static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY);
READ_ONLY        8932 src/runtime.cc   ASSERT(!x->IsTheHole() || (attributes & READ_ONLY) != 0);
READ_ONLY        9089 src/runtime.cc     if ((attributes & READ_ONLY) == 0) {
READ_ONLY        9127 src/runtime.cc   if ((attributes & READ_ONLY) == 0 ||
READ_ONLY        9132 src/runtime.cc   } else if (strict_mode == kStrictMode && (attributes & READ_ONLY) != 0) {
READ_ONLY        1363 src/scopes.cc          static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE | DONT_ENUM);
READ_ONLY         823 src/x64/full-codegen-x64.cc           (mode == CONST || mode == CONST_HARMONY) ? READ_ONLY : NONE;
READ_ONLY         206 src/x64/ic-x64.cc        PropertyDetails::AttributesField::encode(READ_ONLY)) << kSmiTagSize;