Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Apache/docs/manual/misc/   (Apache Software Stiftung Version 2.4.65©)  Datei vom 7.0.2025 mit Größe 12 kB image not shown  

Quellcode-Bibliothek bug1872842.js   Sprache: unbekannt

 
class C {
  constructor() {
    this.c;
  }
  get c() {
    new this.constructor();
    for (let i = 0; i < 5; i++) {}
  }
}
try {
  new C();
catch {}

Messung V0.5
C=89 H=85 G=86

[ 0.4Quellennavigators  Projekt   ]