[Wasm] Update SpiderMonkey to 112.0a1 (2023-03-04-09-52-24)

This commit is contained in:
Zalim Bashorov
2023-02-18 21:01:35 +01:00
parent 47c48efa33
commit bec827b654
13 changed files with 1 additions and 14 deletions
@@ -1,5 +1,3 @@
// WASM_FAILS_IN: SM
fun notNullString(x: String) {
js("if (x !== 'abc') throw 'error'")
}