Home
last modified time | relevance | path

Searched refs:GetWorkerPref (Results 1 – 5 of 5) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/workers/
H A DRuntimeService.cpp201 T GetWorkerPref(const nsACString& aPref, in GetWorkerPref() function
267 .setAsmJS(GetWorkerPref<bool>("asmjs"_ns)) in LoadContextOptions()
269 .setFuzzing(GetWorkerPref<bool>("fuzzing.enabled"_ns)) in LoadContextOptions()
271 .setWasm(GetWorkerPref<bool>("wasm"_ns)) in LoadContextOptions()
273 GetWorkerPref<bool>("wasm_trustedprincipals"_ns)) in LoadContextOptions()
281 .setWasmVerbose(GetWorkerPref<bool>("wasm_verbose"_ns)) in LoadContextOptions()
284 .setWasm##NAME(GetWorkerPref<bool>("wasm_" PREF ""_ns)) in LoadContextOptions()
297 .setAsyncStack(GetWorkerPref<bool>("asyncstack"_ns)) in LoadContextOptions()
362 int32_t prefValue = GetWorkerPref(aPrefName, -1); in UpdateCommonJSGCMemoryOption()
466 int32_t prefValue = GetWorkerPref(pref->name, -1); in LoadJSGCMemoryOptions()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/workers/
H A DRuntimeService.cpp201 T GetWorkerPref(const nsACString& aPref, in GetWorkerPref() function
267 .setAsmJS(GetWorkerPref<bool>("asmjs"_ns)) in LoadContextOptions()
269 .setFuzzing(GetWorkerPref<bool>("fuzzing.enabled"_ns)) in LoadContextOptions()
271 .setWasm(GetWorkerPref<bool>("wasm"_ns)) in LoadContextOptions()
273 GetWorkerPref<bool>("wasm_trustedprincipals"_ns)) in LoadContextOptions()
281 .setWasmVerbose(GetWorkerPref<bool>("wasm_verbose"_ns)) in LoadContextOptions()
284 .setWasm##NAME(GetWorkerPref<bool>("wasm_" PREF ""_ns)) in LoadContextOptions()
297 .setAsyncStack(GetWorkerPref<bool>("asyncstack"_ns)) in LoadContextOptions()
362 int32_t prefValue = GetWorkerPref(aPrefName, -1); in UpdateCommonJSGCMemoryOption()
466 int32_t prefValue = GetWorkerPref(pref->name, -1); in LoadJSGCMemoryOptions()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/workers/
H A DRuntimeService.cpp216 T GetWorkerPref(const nsACString& aPref, in GetWorkerPref() function
282 .setAsmJS(GetWorkerPref<bool>(NS_LITERAL_CSTRING("asmjs"))) in LoadContextOptions()
286 .setWasm(GetWorkerPref<bool>(NS_LITERAL_CSTRING("wasm"))) in LoadContextOptions()
295 GetWorkerPref<bool>(NS_LITERAL_CSTRING("wasm_cranelift"))) in LoadContextOptions()
305 .setWasmGc(GetWorkerPref<bool>(NS_LITERAL_CSTRING("wasm_gc"))) in LoadContextOptions()
308 .setThrowOnAsmJSValidationFailure(GetWorkerPref<bool>( in LoadContextOptions()
311 GetWorkerPref<bool>(NS_LITERAL_CSTRING("source_pragmas"))) in LoadContextOptions()
365 int32_t prefValue = GetWorkerPref(aPrefName, -1); in UpdateCommonJSGCMemoryOption()
469 int32_t prefValue = GetWorkerPref(pref->name, -1); in LoadJSGCMemoryOptions()
477 int32_t prefValue = GetWorkerPref(pref->name, -1); in LoadJSGCMemoryOptions()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/workers/
H A DRuntimeService.cpp217 T GetWorkerPref(const nsACString& aPref, in GetWorkerPref() function
277 .setWasm(GetWorkerPref<bool>(NS_LITERAL_CSTRING("wasm"))) in LoadContextOptions()
281 .setThrowOnAsmJSValidationFailure(GetWorkerPref<bool>( in LoadContextOptions()
284 .setIon(GetWorkerPref<bool>(NS_LITERAL_CSTRING("ion"))) in LoadContextOptions()
347 int32_t prefValue = GetWorkerPref(aPrefName, -1); in UpdateCommonJSGCMemoryOption()
414 int32_t prefValue = GetWorkerPref(matchName, -1); in LoadJSGCMemoryOptions()
424 int32_t prefValue = GetWorkerPref(matchName, 128); in LoadJSGCMemoryOptions()
487 int32_t prefValue = GetWorkerPref(matchName, -1); in LoadJSGCMemoryOptions()
497 bool prefValue = GetWorkerPref(matchName, false); in LoadJSGCMemoryOptions()
506 bool prefValue = GetWorkerPref(matchName, false); in LoadJSGCMemoryOptions()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/workers/
H A DRuntimeService.cpp218 GetWorkerPref(const nsACString& aPref, in GetWorkerPref() function
304 .setThrowOnAsmJSValidationFailure(GetWorkerPref<bool>( in LoadContextOptions()
307 .setIon(GetWorkerPref<bool>(NS_LITERAL_CSTRING("ion"))) in LoadContextOptions()
358 int32_t prefValue = GetWorkerPref(aPrefName, -1); in UpdateCommonJSGCMemoryOption()
432 int32_t prefValue = GetWorkerPref(matchName, -1); in LoadJSGCMemoryOptions()
442 int32_t prefValue = GetWorkerPref(matchName, 128); in LoadJSGCMemoryOptions()
505 int32_t prefValue = GetWorkerPref(matchName, -1); in LoadJSGCMemoryOptions()
515 bool prefValue = GetWorkerPref(matchName, false); in LoadJSGCMemoryOptions()
524 bool prefValue = GetWorkerPref(matchName, false); in LoadJSGCMemoryOptions()
547 bool prefValue = GetWorkerPref(matchName, false); in LoadJSGCMemoryOptions()
[all …]