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

testsrc.org.mozilla.javascript.tests.commonjs.module.testSandboxed.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: testSandboxed.js,v 1.1 2011/04/07 22:24:37 hannes%helma.at Exp $
 */
var assert = require("assert");

assert.strictEqual(require.paths, undefined);
assert.strictEqual(module.uri, undefined);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy