Home
last modified time | relevance | path

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

/third_party/node/lib/internal/modules/esm/
Dloader.js150 meta.hookErrIdentifier = `${hookFilePath} '${hookName}'`;
152 validateArgs(`${meta.hookErrIdentifier} hook's ${nextHookName}()`, arg0, context);
559 hookErrIdentifier: '', property
565 const validateArgs = (hookErrIdentifier, nextUrl, ctx) => { argument
570 `${hookErrIdentifier} url`,
582 `${hookErrIdentifier} url`,
589 if (ctx) validateObject(ctx, `${hookErrIdentifier} context`);
591 const validateOutput = (hookErrIdentifier, output) => { argument
595 hookErrIdentifier,
604 const { hookErrIdentifier } = meta; // Retrieve the value after all settled
[all …]