Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/platforms/secure/lib/file.js
blob: 67076606d97a0ef7bb25d47e2972fbaca47d0b67 (plain)
1
2
3
4
5
6

for (var name in system.fs) {
    if (Object.prototype.hasOwnProperty.call(system.fs, name))
        exports[name] = system.fs[name];
}