JS: more dataflow and global access path testing

This commit is contained in:
Esben Sparre Andreasen
2020-06-25 14:59:04 +02:00
parent 20aed81476
commit 33c52761d4
8 changed files with 198 additions and 1 deletions

View File

@@ -112,3 +112,9 @@
| tst.js:115:1:115:10 | Array.call | heap |
| tst.js:115:1:115:12 | Array.call() | call |
| tst.js:115:1:115:12 | exceptional return of Array.call() | call |
| tst.js:117:10:117:15 | Object | global |
| tst.js:117:10:117:20 | Object.seal | global |
| tst.js:117:10:117:20 | Object.seal | heap |
| tst.js:117:10:117:24 | Object.seal(x1) | call |
| tst.js:117:10:117:24 | exceptional return of Object.seal(x1) | call |
| tst.js:117:22:117:23 | x1 | global |