repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git]
/
js
/
xpconnect
/
tests
/
unit
/
test_bug604362.js
blob
7adcfab96cd8b7db7e64d0bcd2dd1b74759efee4
1
function run_test() {
2
var sp = Cc["@mozilla.org/systemprincipal;1"].
3
createInstance(Ci.nsIPrincipal);
4
var s = Cu.Sandbox(sp);
5
s.a = [];
6
s.Cu = Cu;
7
s.C = Components;
8
s.notEqual = notEqual;
9
Cu.evalInSandbox("notEqual(Cu.import, undefined);", s);
10
}