Searched refs:disallowedTypeCharacters (Results 1 – 1 of 1) sorted by relevance
77 const disallowedTypeCharacters = /[^\u{0020}-\u{007E}]/u; constant171 this[kType] = RegExpPrototypeExec(disallowedTypeCharacters, type) !== null ?253 if (RegExpPrototypeExec(disallowedTypeCharacters, contentType) !== null) {