Gedichte
Musik
Bilder
Quellcodebibliothek
Diashow
Normaldarstellung
Quellcodebibliothek
Statistik
Leitseite
products
/
Sources
/
formale Sprachen
/
C
/
Firefox
/
toolkit
/
components
/
pdfjs
/
content
/
build
/ (
Browser von der Mozilla Stiftung
Version 136.0.1
©
) Datei vom 10.2.2025 mit Größe 1 MB
Quelle bug1664007.js Sprache: unbekannt
function
f(depth) {
function
Obj() {
this
.prop =
null
;
this
.prop =
this
;
}
var
o =
new
Obj();
assertEq(o.prop, o);
if
(depth <
1000
) {
f(depth +
1
);
}
}
f(
0
);
Messung V0.5 in Prozent
C=99
H=94
G=96
[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-10]
2026-06-09