MCPcopy Index your code
hub / github.com/nodejs/node / wrapInLazyFunction

Function wrapInLazyFunction

deps/v8/test/mjsunit/call-lhs-web-compat-early-errors.js:8–11  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

6function foo() {}
7
8function wrapInLazyFunction(s) {
9 // Use an async function, since some tests use the await keyword.
10 return "async function test() { " + s + "}";
11}
12
13function wrapInEagerFunction(s) {
14 // Use an async function, since some tests use the await keyword. Await the

Callers 2

assertEarlyErrorFunction · 0.85
assertLateErrorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected