Searched refs:processTopLevelAwait (Results 1 – 5 of 5) sorted by relevance
5 const { processTopLevelAwait } = require('internal/repl/await');150 assert.strictEqual(processTopLevelAwait(input), expected);
154 function processTopLevelAwait(src) { function261 processTopLevelAwait, property
195 let processTopLevelAwait; variable430 if (processTopLevelAwait === undefined) {431 ({ processTopLevelAwait } = require('internal/repl/await'));435 const potentialWrappedCode = processTopLevelAwait(code);
1875 …`](https://github.com/nodejs/node/commit/b168ec2a2a)] - **repl**: processTopLevelAwait fallback er…
479 …`](https://github.com/nodejs/node/commit/1e065a0a43)] - **repl**: processTopLevelAwait fallback er…