Home
last modified time | relevance | path

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

/third_party/node/lib/internal/policy/
Dmanifest.js411 #scopeIntegrities = new SafeMap(); field in Manifest
480 const scopeIntegrities = this.#scopeIntegrities;
488 scopeIntegrities.set(href, true);
493 scopeIntegrities.set(href, cascade === true ? kCascade : false);
574 let scope = findScopeHREF(href, this.#scopeIntegrities, true);
576 if (this.#scopeIntegrities.has(scope)) {
577 const entry = this.#scopeIntegrities.get(scope);