Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/glean-core/src/histogram/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 5 kB image not shown  

Quelle  bug1621265.js   Sprache: unbekannt

 
// |jit-test| error:null

function f(a) {
  // Add |arguments[0]| to mark the function as having an arguments
  // access. Even though there's a |JSOp::SetArg| bytecode is present, we can
  // still use lazy arguments here, because the |JSOp::SetArg| bytecode is
  // always unreachable.
  var v = arguments[0];
  assertEq(v, 1);

  // Anything below the |throw| is unreachable.
  throw null;

  // Add an unreachable |JSOp::SetArg| bytecode.
  a = 4;
}
f(1);

Messung V0.5 in Prozent
C=59 H=100 G=81

[zur Elbe Produktseite wechseln0.14QuellennavigatorsAnalyse erneut starten2026-06-10]