Lines Matching refs:FROZEN
8240 DCHECK(level == SEALED || level == FROZEN);
8256 return JSObject::PreventExtensionsWithTransition<FROZEN>(object,
8313 DCHECK(level == SEALED || level == FROZEN);
8322 if (level == FROZEN && details.kind() == kData && !details.IsReadOnly()) {
8330 DCHECK(level == SEALED || level == FROZEN);
8340 if (level == FROZEN && details.kind() == kData && !details.IsReadOnly()) {
8385 DCHECK(level == SEALED || level == FROZEN);
8405 if (level == FROZEN &&
8641 STATIC_ASSERT(attrs == NONE || attrs == SEALED || attrs == FROZEN);
8679 case FROZEN:
8704 DCHECK(attrs == FROZEN);
8760 if (attrs == FROZEN &&
13362 // constructor.prototype being FROZEN for those constructors.