Home
last modified time | relevance | path

Searched refs:linkValueRegExp (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/node_modules/readable-stream/lib/internal/
Dvalidators.js438 const linkValueRegExp = /^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/ constant
445 if (typeof value === 'undefined' || !RegExpPrototypeExec(linkValueRegExp, value)) {
/third_party/node/lib/internal/
Dvalidators.js489 const linkValueRegExp = /^(?:<[^>]*>)(?:\s*;\s*[^;"\s]+(?:=(")?[^;"\s]*\1)?)*$/; constant
498 !RegExpPrototypeExec(linkValueRegExp, value)