Searched refs:SEALED (Results 1 – 6 of 6) sorted by relevance
82 static final int SEALED = 4; field in BcKeyStoreSpi142 this.type = SEALED; in StoreEntry()226 if (type == SEALED) in getObject()730 case SEALED: in loadStore()781 case SEALED: in saveStore()
26 SEALED = DONT_DELETE, enumerator27 FROZEN = SEALED | READ_ONLY,
7316 DCHECK(level == SEALED || level == FROZEN); in SetIntegrityLevel()7321 if (level == SEALED) { in SetIntegrityLevel()7322 return JSObject::PreventExtensionsWithTransition<SEALED>(object, in SetIntegrityLevel()7347 if (level == SEALED) { in SetIntegrityLevel()7379 DCHECK(level == SEALED || level == FROZEN); in TestIntegrityLevel()7629 STATIC_ASSERT(attrs == NONE || attrs == SEALED || attrs == FROZEN); in PreventExtensionsWithTransition()7669 } else if (attrs == SEALED) { in PreventExtensionsWithTransition()
4603 level == IntegrityLevel::kFrozen ? i::FROZEN : i::SEALED; in SetIntegrityLevel()
763 Handle<JSReceiver>::cast(object), SEALED) in BUILTIN()884 SEALED, Object::THROW_ON_ERROR), in BUILTIN()
139 static final int SEALED = 4; field in PKCS12KeyStoreSpi