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

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