This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
8975748527
node
/
test
/
fixtures
/
test-fs-stat-sync-overflow.js
8 lines
85 B
JavaScript
Raw
Blame
History
const
fs
=
require
(
'fs'
)
;
function
load
(
)
{
fs
.
statSync
(
'.'
)
;
load
(
)
;
}
load
(
)
;
Reference in New Issue
View Git Blame
Copy Permalink