mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
Bug 1309246 - avoids bug909997.js test failure on systems with JS_CODEGEN_NONE set. r=nbp
This commit is contained in:
parent
91521a6744
commit
63cbc5cc98
@ -1,3 +1,10 @@
|
|||||||
|
// getJitCompilerOptions will always return array with zeros when JIT is
|
||||||
|
// disabled. Therefore we quit now.
|
||||||
|
if (inJit() == 'Baseline is disabled.') {
|
||||||
|
print("JIT is disabled.");
|
||||||
|
quit();
|
||||||
|
}
|
||||||
|
|
||||||
var wait = 100;
|
var wait = 100;
|
||||||
|
|
||||||
var method_A = function() {
|
var method_A = function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user