Update DCE limits in JS tests

This commit is contained in:
Alexey Andreev
2017-12-01 18:36:37 +03:00
parent 0db6e5c3f3
commit 45e5cc190f
7 changed files with 7 additions and 7 deletions
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1039
// EXPECTED_REACHABLE_NODES: 1145
open class A {
val foo: Char
get() = 'X'
+1 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1027
// EXPECTED_REACHABLE_NODES: 1132
var log = ""
fun box(): String {
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1029
// EXPECTED_REACHABLE_NODES: 1132
// CHECK_VARS_COUNT: function=test count=2
var log = ""
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1026
// EXPECTED_REACHABLE_NODES: 1132
// CHECK_VARS_COUNT: function=test1 count=0
// CHECK_VARS_COUNT: function=test2 count=0
// CHECK_VARS_COUNT: function=test3 count=1
+1 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1026
// EXPECTED_REACHABLE_NODES: 1131
import kotlin.js.*
private fun isOrdinaryObject(o: Any?): Boolean = jsTypeOf(o) == "object" && Object.getPrototypeOf(o).`constructor` === Any::class.js
+1 -1
View File
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1029
// EXPECTED_REACHABLE_NODES: 1132
// CHECK_VARS_COUNT: function=test count=1
class A {
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1035
// EXPECTED_REACHABLE_NODES: 1140
// LANGUAGE_VERSION: 1.2
// WITH_RUNTIME