(directives, key)
| 115 | } |
| 116 | |
| 117 | function hasInvalidCacheControlDirective (directives, key) { |
| 118 | return directives[kInvalidCacheControlDirectives]?.has(key) === true |
| 119 | } |
| 120 | |
| 121 | function getMalformedRestrictiveDirectiveName (key) { |
| 122 | for (const directiveName of RESTRICTIVE_DIRECTIVE_NAMES) { |