Lines Matching refs:empty
27 // in response’s URL list and null if response’s URL list is empty.
203 // 2. Let policy be the empty string.
204 // 3. For each token in policy-tokens, if token is a referrer policy and token is not the empty string, then set policy to token.
225 // 2. If policy is not the empty string, then set request’s referrer policy to policy.
360 // Note: policy cannot (shouldn't) be null or an empty string.
464 // 3. Set url’s username to the empty string.
467 // 4. Set url’s password to the empty string.
475 // 1. Set url’s path to « the empty string ».
552 // 4. If parsedMetadata is the empty set, return true.
605 // 1. Let result be the empty set.
609 // 2. Let empty be equal to true.
610 let empty = true
614 // 1. Set empty to false.
615 empty = false
643 // 4. Return no metadata if empty is true, otherwise return result.
644 if (empty === true) {
883 // which is the prototype of an empty object. Yes, it's confusing.