summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/TypedObject/fuzz6.js
blob: 6fc0162a0067de4ca648ac087f7a25df43a4524b (plain)
1
2
3
4
5
6
// |jit-test| error:TypeError

if (!this.hasOwnProperty("TypedObject"))
  throw new TypeError();

new TypedObject.StructType(RegExp);