Home
last modified time | relevance | path

Searched refs:READ_ONLY (Results 1 - 24 of 24) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dproperty-details.h20 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 Dcontexts.cc193 return IsConstVariableMode(mode) ? READ_ONLY : NONE; in GetAttributesForMode()
351 *attributes = READ_ONLY; in Lookup()
379 : READ_ONLY; in Lookup()
H A Dproperty-descriptor.h111 (has_writable() && !writable() ? READ_ONLY : NONE)); in ToAttributes()
H A Dliteral-objects.cc628 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 Dproperty.cc41 os << (((attributes & READ_ONLY) == 0) ? "W" : "_"); // writable in operator <<()
H A Dlookup.cc504 (((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 Djs-objects.cc1635 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 Dmap-updater.cc121 !(new_attributes_ & READ_ONLY)) { in GetDetails()
H A Djs-function.cc1177 static_cast<PropertyAttributes>(DONT_ENUM | READ_ONLY)), in SetName()
H A Delements.cc4775 if ((attributes & READ_ONLY) == 0) { in ReconfigureImpl()
4957 static_cast<PropertyAttributes>(READ_ONLY | DONT_DELETE); in GetDetailsImpl()
H A Dobjects.cc2526 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 Dzip_reader_unittest.cc42 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 DSetDictionaryTest.java67 ByteBuffer dictionary = dictionaryChannel.map(FileChannel.MapMode.READ_ONLY, 0, 122784).load(); in testSetDictionary()
/third_party/node/deps/v8/third_party/zlib/google/
H A Dzip_reader_unittest.cc48 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 Dzip_reader_unittest.cc50 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 Druntime-scopes.cc88 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 Druntime-object.cc506 static_cast<PropertyAttributes>(DONT_ENUM | DONT_DELETE | READ_ONLY); in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/init/
H A Dbootstrapper.cc656 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 DSkottieAnimation.java81 return fileChannel.map(FileChannel.MapMode.READ_ONLY, in convertToByteBuffer()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java525 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 DICUBinary.java530 bytes = channel.map(FileChannel.MapMode.READ_ONLY, 0, channel.size()); in mapFile()
/third_party/node/deps/v8/src/heap/
H A Dfactory.cc3708 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 Dwasm-js.cc2757 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 Dweb-snapshot.cc187 int attributes = ReadOnlyBitField::decode(flags) * READ_ONLY + in FlagsToAttributes()

Completed in 72 milliseconds