All Downloads are FREE. Search and download functionalities are using the official Maven repository.

testsrc.org.mozilla.javascript.tests.commonjs.module.testNonSandboxed.js Maven / Gradle / Ivy

Go to download

A distribution of rhino which releases snapshots from a submodule folder containing forked sources.

The newest version!
/**
 * @version $Id: testNonSandboxed.js,v 1.1 2011/04/07 22:24:37 hannes%helma.at Exp $
 */
var assert = require("assert");
function isUndefined(x) {var u; return x === u;}
assert.ok(isUndefined(require.paths));
assert.ok(isUndefined(module.uri));




© 2015 - 2024 Weber Informatics LLC | Privacy Policy