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