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_bug1033253.js
blob
e5860833b23d845d258378f2c8b1d040b5cb4380
1
function run_test() {
2
var sb = Cu.Sandbox('http://www.example.com');
3
var f = Cu.evalInSandbox('var f = function() {}; f;', sb);
4
Assert.equal(f.name, "");
5
}