4 for (var x in Components) { }
5 ok(false, "Shouldn't be able to enumerate Components");
7 ok(true, "Threw appropriately");
10 ok(threw, "Shouldn't have thrown uncatchable exception");
14 var sb = Cu.Sandbox('http://www.example.com', { wantComponents: true });
16 Cu.evalInSandbox(sbTest.toSource(), sb);
17 Cu.evalInSandbox('sbTest();', sb);