Home
last modified time | relevance | path

Searched refs:IsReadOnly (Results 1 – 9 of 9) sorted by relevance

/external/chromium/net/base/
Dcert_database.h170 bool IsReadOnly(const X509Certificate* cert) const;
Dcert_database_nss.cc272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const { in IsReadOnly() function in net::CertDatabase
/external/v8/src/
Dproperty.h241 bool IsReadOnly() { return details_.IsReadOnly(); } in IsReadOnly() function
Dic.cc1398 if (lookup->IsReadOnly()) return false; in StoreICableLookup()
1530 if (lookup.IsFound() && lookup.IsReadOnly()) { in Store()
1745 if (lookup->IsReadOnly()) return; in UpdateCaches()
Dobjects.cc534 ASSERT(!value->IsTheHole() || result->IsReadOnly()); in GetProperty()
538 ASSERT(!value->IsTheHole() || result->IsReadOnly()); in GetProperty()
1816 if (result->type() == CALLBACKS && !result->IsReadOnly()) return; in LookupCallbackSetterInPrototypes()
1972 if (result->IsReadOnly() && result->type() == FIELD && in LocalLookupRealNamedProperty()
2032 if (!result->IsReadOnly()) { in SetPropertyWithFailedAccessCheck()
2125 if (result->IsReadOnly() && result->IsProperty()) { in SetProperty()
3247 if (details.IsReadOnly()) return heap->undefined_value(); in DefineGetterSetter()
3266 if (result.IsReadOnly()) return heap->undefined_value(); in DefineGetterSetter()
3484 if (result.IsProperty() && (result.IsReadOnly() || result.IsDontDelete())) { in DefineAccessor()
3541 if (result.IsReadOnly()) return heap->undefined_value(); in LookupAccessor()
Druntime.cc887 elms->set(WRITABLE_INDEX, heap->ToBoolean(!details.IsReadOnly())); in RUNTIME_FUNCTION()
931 elms->set(WRITABLE_INDEX, heap->ToBoolean(!result.IsReadOnly())); in RUNTIME_FUNCTION()
1170 (lookup.IsReadOnly() || is_const_property)) { in RUNTIME_FUNCTION()
1171 const char* type = (lookup.IsReadOnly()) ? "const" : "var"; in RUNTIME_FUNCTION()
1349 if (lookup.IsReadOnly()) { in RUNTIME_FUNCTION()
1441 if (!lookup.IsReadOnly()) { in RUNTIME_FUNCTION()
1491 ASSERT(lookup.IsReadOnly() && type == CONSTANT_FUNCTION); in RUNTIME_FUNCTION()
1573 ASSERT(lookup.IsReadOnly()); // and it was declared as read-only in RUNTIME_FUNCTION()
Dhydrogen.cc2922 (is_store && lookup->IsReadOnly()) || in LookupGlobalProperty()
2973 bool check_hole = !lookup.IsDontDelete() || lookup.IsReadOnly(); in VisitVariableProxy()
3358 bool check_hole = !lookup.IsDontDelete() || lookup.IsReadOnly(); in HandleGlobalVariableAssignment()
Dobjects.h201 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function
2522 if (details.IsReadOnly() && !ValueAt(entry)->IsTheHole()) { in ValueAtPut()
/external/chromium/chrome/browser/ui/webui/options/
Dcertificate_manager_handler.cc916 certificate_manager_model_->cert_db().IsReadOnly(cert)); in PopulateTree()