Bug 1130845 - Fix jit-tests SIMD/bug1130845.js when SIMD is not available r=me

This commit is contained in:
Dan Gohman 2015-02-20 11:17:21 -08:00
Родитель 5c011f5e57
Коммит e9a36466a6
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -1,3 +1,6 @@
if (!this.hasOwnProperty("SIMD"))
quit();
var int32x4 = SIMD.int32x4;
function test() {
var a = int32x4();