repo.or.cz
/
gecko.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 1915045 Ensure decode tasks are scheduled on BufferingState::Enter() r=media...
[gecko.git]
/
js
/
xpconnect
/
tests
/
chrome
/
file_discardSystemSource.html
blob
5dc9e9e7baff14e44e1d91f2921e331dfa7f42ea
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<script>
5
function
canary
() {
6
// eslint-disable-next-line no-unused-vars
7
var
someBitOfSource
=
42
;
8
}
9
function
inner
() {
10
throw new
Error
(
"some error"
);
11
}
12
function
throwSomething
() {
13
inner
();
14
}
15
</script>
16
</head>
17
<body
onload
=
"someBitOfSource = 42"
>
18
</body>
19
</html>