[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}`;
@@ -1,5 +1,4 @@
// WITH_STDLIB
// WASM_FAILS_IN: SM
// FILE: externals.js
const primitives1 = [3.14, "Test string 1", true, Symbol("symbol"), 131283889534859707199254740992n];
@@ -1,4 +1,3 @@
// WASM_FAILS_IN: SM
// FILE: externals.js
function createObject() {
return {
@@ -1,5 +1,4 @@
// IGNORE_BACKEND: JS_IR, JS
// WASM_FAILS_IN: SM
inline fun checkNPE(body: () -> Unit) {
var throwed = false
@@ -1,5 +1,3 @@
// WASM_FAILS_IN: SM
fun notNullString(x: String) {
js("if (x !== 'abc') throw 'error'")
}
-1
View File
@@ -1,4 +1,3 @@
// WASM_FAILS_IN: SM
// FILE: externals.js
// -- Strings --
-1
View File
@@ -1,5 +1,4 @@
// IGNORE_BACKEND_K2: JS_IR
// WASM_FAILS_IN: SM
// Partial copy of js/js.translator/testData/box/native/vararg.kt
// With some additions for concrete number types, strings and function references