if (!this.hasOwnProperty("SIMD"))
  quit();

var Float64x2 = SIMD.Float64x2;
function test() {
  var a = Float64x2(1, 2);
}
test();
test();