Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/js/src/jit-test/tests/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 639 B image not shown  

Quelle  out-of-tree-apis.js   Sprache: JAVA

 
/**
  * This tests APIs that are relied on by external consumers such as fuzzers,
  * which could be broken if modified with regard only to in-tree code.
  */


// getRealmConfiguration and getBuildConfiguration
// If API changes are planned here, be sure to notify anyone who is fuzzing SM.

config = getRealmConfiguration();

assertEq(typeof config, "object");

for (const [key, value] of Object.entries(config)) {
  assertEq(getRealmConfiguration(key), value);
}

config = getBuildConfiguration();

assertEq(typeof config, "object");

for (const [key, value] of Object.entries(config)) {
  assertEq(getBuildConfiguration(key), value);
}

Messung V0.5
C=88 H=34 G=66

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.