[Wasm] Update SpiderMonkey to 112.0a1 (2023-03-04-09-52-24)
This commit is contained in:
@@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user