JS: update queries and tests for improved type inference

This commit is contained in:
Esben Sparre Andreasen
2018-08-16 13:23:05 +02:00
parent 3692667af2
commit 6f5fb2a9fe
10 changed files with 231 additions and 7 deletions

View File

@@ -26,7 +26,6 @@
| tst.js:65:3:65:10 | yield 42 | yield |
| tst.js:66:13:66:25 | function.sent | yield |
| tst.js:68:12:68:14 | h() | call |
| tst.js:69:1:69:9 | iter.next | call |
| tst.js:69:1:69:9 | iter.next | heap |
| tst.js:69:1:69:13 | iter.next(23) | call |
| tst.js:72:3:72:11 | await p() | await |