Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: js/xpconnect/tests/unit/xpcshell.toml
/* Any copyright is dedicated to the Public Domain.
function run_test() {
var Cu = Components.utils;
{ wantGlobalProperties: ["DOMException"] });
sb.notEqual = Assert.notEqual.bind(Assert);
Cu.evalInSandbox('notEqual(DOMException, undefined);', sb);
}