MCPcopy Create free account
hub / github.com/nodejs/node / testEvalInCatch

Function testEvalInCatch

deps/v8/test/webkit/eval-var-decl.js:55–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53 return this === undefined;
54}
55function testEvalInCatch()
56{
57 try {
58 throw checkThis;
59 } catch(e) {
60 eval('');
61 return e();
62 }
63 return false;
64}
65shouldBeTrue("testEvalInCatch()");

Callers

nothing calls this directly

Calls 2

evalFunction · 0.50
eFunction · 0.50

Tested by

no test coverage detected