Searched refs:IsReadOnly (Results 1 – 9 of 9) sorted by relevance
170 bool IsReadOnly(const X509Certificate* cert) const;
272 bool CertDatabase::IsReadOnly(const X509Certificate* cert) const { in IsReadOnly() function in net::CertDatabase
241 bool IsReadOnly() { return details_.IsReadOnly(); } in IsReadOnly() function
1398 if (lookup->IsReadOnly()) return false; in StoreICableLookup()1530 if (lookup.IsFound() && lookup.IsReadOnly()) { in Store()1745 if (lookup->IsReadOnly()) return; in UpdateCaches()
534 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()
887 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()
2922 (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()
201 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; } in IsReadOnly() function2522 if (details.IsReadOnly() && !ValueAt(entry)->IsTheHole()) { in ValueAtPut()
916 certificate_manager_model_->cert_db().IsReadOnly(cert)); in PopulateTree()