5152535455565758
private final Bundle bundle; private Scriptable qunitScope; QunitLoader(Scriptable globalScope, Bundle bundle) { this.qunitCompiler = new ScriptCompiler(globalScope); this.bundle = bundle; }
37383940414243
public TestScriptLoader(Scriptable globalScope, Bundle bundle) { this.bundle = bundle; qunitLoader = new QunitLoader(globalScope, bundle); qunitLoader.load(); moduleCompiler = new ScriptCompiler(qunitLoader.getScope()); }