JS: introduce DataFlow::ClassNode

This commit is contained in:
Asger F
2019-01-11 16:46:45 +00:00
parent 4398670ecc
commit 5b7675d972
7 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
| points.js:1:1:18:1 | class P ... ;\\n }\\n} | className | points.js:15:19:17:3 | () {\\n ... t";\\n } |
| points.js:20:1:33:1 | class C ... ;\\n }\\n} | className | points.js:30:19:32:3 | () {\\n ... t";\\n } |
| staticConstructor.js:1:1:3:1 | class M ... r"; }\\n} | constructor | staticConstructor.js:2:21:2:59 | () { re ... tor"; } |