/* This Source Code Form is subject to the terms of the Mozilla Public *License,v.2.0.IfacopyoftheMPLwasnotdistributedwiththis
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// static void JS::Prefs::reportIgnoredFuzzingUnsafePref(constchar* name) { if (reportIgnoredFuzzingUnsafePrefs_) {
fprintf(stderr, "Warning: ignoring pref %s with --fuzzing-safe\n", name);
}
}
#ifdef DEBUG // static void JS::Prefs::assertCanSetStartupPref() {
MOZ_ASSERT(detail::libraryInitState == detail::InitState::Uninitialized, "startup prefs must be set before calling JS_Init");
MOZ_ASSERT(!JSRuntime::hasLiveRuntimes(), "startup prefs must be set before creating a JSContext");
} #endif
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.