/third_party/node/deps/v8/src/objects/ |
H A D | property-details.h | 20 READ_ONLY = ::v8::ReadOnly, enumerator 24 ALL_ATTRIBUTES_MASK = READ_ONLY | DONT_ENUM | DONT_DELETE, 27 FROZEN = SEALED | READ_ONLY, 59 STATIC_ASSERT(ONLY_WRITABLE == static_cast<PropertyFilter>(READ_ONLY)); 79 STATIC_ASSERT((ALL_ATTRIBUTES_MASK == (READ_ONLY | DONT_ENUM | DONT_DELETE)) == 388 bool IsReadOnly() const { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() 404 (READ_ONLY << AttributesField::kShift);
|
H A D | contexts.cc | 193 return IsConstVariableMode(mode) ? READ_ONLY : NONE; in GetAttributesForMode() 351 *attributes = READ_ONLY; in Lookup() 379 : READ_ONLY; in Lookup()
|
H A D | property-descriptor.h | 111 (has_writable() && !writable() ? READ_ONLY : NONE)); in ToAttributes()
|
H A D | literal-objects.cc | 628 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate() 636 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in BuildClassBoilerplate() 643 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in BuildClassBoilerplate()
|
H A D | property.cc | 41 os << (((attributes & READ_ONLY) == 0) ? "W" : "_"); // writable in operator <<()
|
H A D | lookup.cc | 504 (((property_details_.attributes() & READ_ONLY) == 0 && in ReconfigureDataProperty() 505 (attributes & READ_ONLY) != 0) || in ReconfigureDataProperty() 1487 // Own 'constant' elements (PropertyAttributes READ_ONLY|DONT_DELETE) occur in in TryGetOwnConstantElement()
|
H A D | js-objects.cc | 1635 attrs | (desc->writable() ? NONE : READ_ONLY)); in ValidateAndApplyPropertyDescriptor() 1638 attrs | (current->writable() ? NONE : READ_ONLY)); in ValidateAndApplyPropertyDescriptor() 1867 desc->set_writable((attrs & READ_ONLY) == 0); in GetOwnPropertyDescriptor() 3543 descriptor.set_writable((attributes & READ_ONLY) != 0); in DefineOwnPropertyIgnoreAttributes() 4198 // READ_ONLY is an invalid attribute for JS setters/getters. in ApplyAttributesToDictionary() 4199 if ((attributes & READ_ONLY) && details.kind() == PropertyKind::kAccessor) { in ApplyAttributesToDictionary() 4201 if (v.IsAccessorPair()) attrs &= ~READ_ONLY; in ApplyAttributesToDictionary()
|
H A D | map-updater.cc | 121 !(new_attributes_ & READ_ONLY)) { in GetDetails()
|
H A D | js-function.cc | 1177 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)), in SetName()
|
H A D | elements.cc | 4775 if ((attributes & READ_ONLY) == 0) { in ReconfigureImpl() 4957 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE); in GetDetailsImpl()
|
H A D | objects.cc | 2526 if ((maybe_attributes.FromJust() & READ_ONLY) != 0) { in SetPropertyInternal() 3895 // READ_ONLY is an invalid attribute for JS setters/getters. in CopyUpToAddAttributes() 3900 mask |= READ_ONLY; in CopyUpToAddAttributes()
|
/third_party/skia/third_party/externals/zlib/google/ |
H A D | zip_reader_unittest.cc | 42 READ_ONLY, enumerator 48 if (mode == READ_ONLY) in FileWrapper() 227 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 264 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 569 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | SetDictionaryTest.java | 67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary()
|
/third_party/node/deps/v8/third_party/zlib/google/ |
H A D | zip_reader_unittest.cc | 48 typedef enum { READ_ONLY, READ_WRITE } AccessMode; enumerator 52 if (mode == READ_ONLY) in FileWrapper() 213 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 265 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 809 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/third_party/node/deps/zlib/google/ |
H A D | zip_reader_unittest.cc | 50 typedef enum { READ_ONLY, READ_WRITE } AccessMode; enumerator 54 if (mode == READ_ONLY) in FileWrapper() 215 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 267 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F() 795 FileWrapper zip_fd_wrapper(test_zip_file_, FileWrapper::READ_ONLY); in TEST_F()
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-scopes.cc | 88 DCHECK_EQ(attr & READ_ONLY, 0); in DeclareGlobal() 92 if (old_attributes & READ_ONLY || old_attributes & DONT_ENUM || in DeclareGlobal() 779 if ((attributes & READ_ONLY) == 0) { in StoreLookupSlot() 796 if ((attributes & READ_ONLY) == 0) { in StoreLookupSlot()
|
H A D | runtime-object.cc | 506 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in RUNTIME_FUNCTION()
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 656 static_cast<PropertyAttributes>(DONT_DELETE | DONT_ENUM | READ_ONLY)); in InstallConstant() 681 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in InstallToStringTag() 764 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic() 771 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)) in GetThrowTypeErrorIntrinsic() 937 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps() 942 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateIteratorMaps() 1064 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateAsyncIteratorMaps() 1068 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in CreateAsyncIteratorMaps() 1693 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY)); in InitializeGlobal() 1863 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)); in InitializeGlobal() [all...] |
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/ |
H A D | SkottieAnimation.java | 81 return fileChannel.map(FileChannel.MapMode.READ_ONLY, in convertToByteBuffer()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | ICUBinary.java | 525 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in mapFile()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | ICUBinary.java | 530 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in mapFile()
|
/third_party/node/deps/v8/src/heap/ |
H A D | factory.cc | 3708 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateSloppyFunctionMap() 3712 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateSloppyFunctionMap() 3799 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateStrictFunctionMap() 3801 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateStrictFunctionMap() 3861 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in CreateClassFunctionMap() 3863 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in CreateClassFunctionMap()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-js.cc | 2757 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in SetupConstructor() 2793 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY); in Install()
|
/third_party/node/deps/v8/src/web-snapshot/ |
H A D | web-snapshot.cc | 187 int attributes = ReadOnlyBitField::decode(flags) * READ_ONLY + in FlagsToAttributes()
|