Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/intl/icu/source/test/testdata/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 712 B image not shown  

Quelle  this-5.js   Sprache: unbekannt

 
// Arrow functions can have primitive |this| values.

Number.prototype.foo = function() {
    "use strict";
    return () => this;
}

for (var i=0; i<5; i++) {
    var n = i.foo()();
    assertEq(typeof n, "number");
    assertEq(n, i);
}

Messung V0.5
C=84 H=64 G=74

[ zur Elbe Produktseite wechseln0.15Quellennavigators  Analyse erneut starten  ]