Home
last modified time | relevance | path

Searched refs:sIsBytecodeCacheEnabled (Results 1 – 2 of 2) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/base/
H A DnsContentUtils.h3123 static bool IsBytecodeCacheEnabled() { return sIsBytecodeCacheEnabled; } in IsBytecodeCacheEnabled()
3339 static bool sIsBytecodeCacheEnabled; variable
H A DnsContentUtils.cpp320 bool nsContentUtils::sIsBytecodeCacheEnabled = false; member in nsContentUtils
707 Preferences::AddBoolVarCache(&sIsBytecodeCacheEnabled, in Init()