JS: update DCE testdata

This commit is contained in:
Anton Bannykh
2018-09-11 18:25:12 +03:00
committed by Denis Zharkov
parent ead9b31e03
commit b389e29db5
1138 changed files with 1138 additions and 1138 deletions
@@ -1,4 +1,4 @@
// EXPECTED_REACHABLE_NODES: 1125
// EXPECTED_REACHABLE_NODES: 1295
/**
* NOTE: this test originally checked that values of classes inheriting from functions could be invoked as functions.
* However, Function{n} / ExtensionFunction{n} classes were incompatible with JS functions our lambdas were compiled to.