Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ execFile
Function
execFile
deps/v8/tools/clusterfuzz/js_fuzzer/test/test_regressions.js:47–49 ·
view source on GitHub ↗
(jsFile)
Source
from the content-addressed store, hash-verified
45
}
46
47
function
execFile(jsFile) {
48
execSync(
"node --allow-natives-syntax "
+ jsFile, {stdio: [
'pipe'
]});
49
}
50
51
describe(
'Regression tests'
, () => {
52
beforeEach(() => {
Callers
2
test_regressions.js
File · 0.70
sh
Function · 0.50
Calls
1
execSync
Function · 0.85
Tested by
no test coverage detected