Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
26
function
TestFunction(s,e) {
27
try {
28
return
eval(
"(function(){"
+ s +
" return "
+ e +
"})"
)();
29
} catch (x) {
30
return
CheckException(x);
31
}
32
}
33
34
35
function
TestBlock(s,e) {
Callers
2
TestAll
Function · 0.70
debug-liveedit-4.js
File · 0.50
Calls
2
eval
Function · 0.70
CheckException
Function · 0.70
Tested by
no test coverage detected