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