cherry-picked mozilla upstream changes:

bug1355414, bug1313977, bug1357366, bug1362889, bug1152353, bug1345893, bug1343172, bug1352348, bug1356843, bug1354308, bug1355340, bug1360574, bug1358776, bug1304566, bug1334097, bug1338574
This commit is contained in:
2018-06-17 23:48:50 +08:00
parent 9c67dd6ab1
commit 58895ea9e5
66 changed files with 876 additions and 239 deletions
+1 -1
View File
@@ -3689,7 +3689,7 @@ js::MaybeAnalyzeBeforeCreatingLargeArray(ExclusiveContext* cx, HandleObjectGroup
ShouldUpdateTypes::Update);
MOZ_ASSERT(result.value == DenseElementResult::Success);
}
objects->maybeAnalyze(cx, group, /* forceAnalyze = */ true);
objects->maybeAnalyze(cx, group, /* force = */ true);
}
}
return true;