aboutsummaryrefslogtreecommitdiff
path: root/tests/unistd/isatty.js
blob: 6399f9e95e9301a9fbb9b09905bd7e5514edb748 (plain)
1
2
3
4
5
FS.createDevice('/', 'read', function() {}, null);
FS.createDevice('/', 'write', null, function() {});
FS.createDevice('/', 'all', function() {}, function() {});
FS.createFolder('/', 'folder', true, true);
FS.createDataFile('/', 'file', true, true);