Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
55
function
testEvalInCatch()
56
{
57
try {
58
throw checkThis;
59
} catch(e) {
60
eval(
''
);
61
return
e();
62
}
63
return
false;
64
}
65
shouldBeTrue(
"testEvalInCatch()"
);
Callers
nothing calls this directly
Calls
2
eval
Function · 0.50
e
Function · 0.50
Tested by
no test coverage detected