Lines Matching full:param

156    * @param {string} urlOrSpecifier
157 * @param {string} parentURL
158 * @param {any} [data] Arbitrary data to be passed from the custom
174 * @param {string} url Custom loader specifier
175 * @param {Record<string, unknown>} exports
176 * @param {any} [data] Arbitrary data to be passed from the custom loader (user-land)
254 * @param {string} originalSpecifier The specified URL path of the module to
256 * @param {string} [parentURL] The URL path of the module's parent.
257 * @param {ImportAttributes} [importAttributes] Attributes from the import
394 * @param {URL['href']} url The URL/path of the module to be loaded
395 * @param {object} context Metadata about the module
603 * @param {string} method Method to invoke
604 * @param {any[]} [transferList] Objects in `args` to be transferred
605 * @param {any[]} args Arguments to pass to `method`
658 * @param {string} method Method to invoke
659 * @param {any[]} [transferList] Objects in `args` to be transferred
660 * @param {any[]} args Arguments to pass to `method`
734 // Param getBuiltin
746 // Param port
773 * @param {import('./loader.js).ModuleExports} exports
806 * @param {Hook} current The (currently) first hook in the chain (this shifts
808 * @param {object} meta Properties that change as the current hook advances
810 * @param {boolean} meta.chainFinished Whether the end of the chain has been
812 * @param {string} meta.hookErrIdentifier A user-facing identifier to help
814 * @param {string} meta.hookName The kind of hook the chain is (ex 'resolve')
815 * @param {boolean} meta.shortCircuited Whether a hook signaled a short-circuit.
816 * @param {(hookErrIdentifier, hookArgs) => void} validate A wrapper function