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

Function TestFunction

deps/v8/test/mjsunit/es6/block-conflicts.js:26–32  ·  view source on GitHub ↗
(s,e)

Source from the content-addressed store, hash-verified

24
25
26function TestFunction(s,e) {
27 try {
28 return eval("(function(){" + s + " return " + e + "})")();
29 } catch (x) {
30 return CheckException(x);
31 }
32}
33
34
35function TestBlock(s,e) {

Callers 2

TestAllFunction · 0.70

Calls 2

evalFunction · 0.70
CheckExceptionFunction · 0.70

Tested by

no test coverage detected