Home
last modified time | relevance | path

Searched defs:IsReadOnly (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dproperty-details.h112 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
Dproperty.h283 bool IsReadOnly() { return details_.IsReadOnly(); } in IsReadOnly() function
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs75 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
298 public bool IsReadOnly property in Antlr.Runtime.JavaExtensions.SubList
/external/chromium/net/base/
Dcert_database_nss.cc272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const { in IsReadOnly() function in net::CertDatabase
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs381 public bool IsReadOnly { get { return _dictionary.IsReadOnly; } } property in Antlr.Runtime.Collections.HashList