[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,4 +1,3 @@
// WASM_FAILS_IN: SM
// FILE: defaultValues.js
function foo(x1 = "d1", x2 = "d2", x3 = "d3", x4 = "d4", x5 = "d5") {
return `${x1} ${x2} ${x3} ${x4} ${x5}`;