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

Function prog

deps/v8/test/debugger/debug/es6/generators-relocation.js:48–50  ·  view source on GitHub ↗
(a, b, c)

Source from the content-addressed store, hash-verified

46}
47
48function prog(a, b, c) {
49 return a + ';\n' + 'yield ' + b + ';\n' + 'yield ' + c;
50}
51
52// Simple empty local scope.
53RunTest([prog('', '1', '2')], [], 1, 2);

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected