[JS] Fix stack trace capturing from secondary constructors KT-37563

This commit is contained in:
Svyatoslav Kuzmich
2020-06-19 16:42:03 +03:00
parent 6792779281
commit bbfc1a10ad
4 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
// KJS_WITH_FULL_RUNTIME
// EXPECTED_REACHABLE_NODES: 1618
// EXPECTED_REACHABLE_NODES: 1600
// Simplified example from https://youtrack.jetbrains.com/issue/KT-26787