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_bug1033920.js
blob
6e85ec4f1deb064d6d31817b2863ec3574c12f88
1
function run_test() {
2
var sb = Cu.Sandbox('http://www.example.com');
3
var o = new sb.Object();
4
o.__proto__ = null;
5
Assert.equal(Object.getPrototypeOf(o), null);
6
}