Home
last modified time | relevance | path

Searched refs:processTopLevelAwait (Results 1 - 2 of 2) sorted by relevance

/third_party/node/lib/internal/repl/
H A Dawait.js154 function processTopLevelAwait(src) { function
261 processTopLevelAwait,
/third_party/node/lib/
H A Drepl.js203 let processTopLevelAwait;
473 if (processTopLevelAwait === undefined) {
474 ({ processTopLevelAwait } = require('internal/repl/await'));
478 const potentialWrappedCode = processTopLevelAwait(code);

Completed in 3 milliseconds