Lines Matching refs:chains
115 #chains = {
192 ArrayPrototypePush(this.#chains.globalPreload, { __proto__: null, fn: globalPreload, url });
195 const next = this.#chains.resolve[this.#chains.resolve.length - 1];
196 ArrayPrototypePush(this.#chains.resolve, { __proto__: null, fn: resolve, url, next });
199 const next = this.#chains.load[this.#chains.load.length - 1];
200 ArrayPrototypePush(this.#chains.load, { __proto__: null, fn: load, url, next });
210 for (let i = this.#chains.globalPreload.length - 1; i >= 0; i--) {
224 } = this.#chains.globalPreload[i];
268 const chain = this.#chains.resolve;
399 const chain = this.#chains.load;