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 1935611 - Fix libyuv/libpng link failed for loongarch64. r=glandium,tnikkel,ng
[gecko.git]
/
js
/
xpconnect
/
crashtests
/
504000-1.html
blob
a909eb34a0145e12ebc7841d5c03658f94be4aa9
1
<!DOCTYPE
HTML
>
2
<html>
3
<head>
4
<script>
5
6
7
function
f
() {
8
for
(
var
j
in
{
a
:
1
,
b
:
2
,
c
:
3
,
d
:
4
,
e
:
5
}) {
9
}
10
}
11
12
function
boom
()
13
{
14
f
();
15
Function
.
prototype
.
__defineGetter__
(
"xxx"
,
function
(){});
16
}
17
18
</script>
</head>
19
20
<body
onload
=
"boom();"
></body>
21
</html>