/var/www/myprog.com.ua/server/node/node_modules/has-binary-data
NameSizeModeActions
fixtures/-0755rm
node_modules/-0755rm
.npmignore970644editdlrm
gen.js2170644editdlrm
index.js10530644editdlrm
LICENSE10780644editdlrm
Makefile430644editdlrm
package.json3490644editdlrm
README.md930644editdlrm
test.js27270644editdlrm
Edit: /var/www/myprog.com.ua/server/node/node_modules/has-binary-data/gen.js (217B)
var ob = {}; var max = 5230; // just before call stack breaks var count = 0; function g(o) { if (count++ < max) { o.k = {}; g(o.k); } else { o.k = 'cool'; } } g(ob); console.log(JSON.stringify(ob));