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
/
chrome
/
worker_discardSystemSource.js
blob
5da32511fa78a853eaf6ee9ce163b097e60a7753
1
function canary() {
2
// eslint-disable-next-line no-unused-vars
3
var someBitOfSource = 42;
4
}
5
6
postMessage(canary.toString());