Implement var statement pre-scanning. (#3103)

The patch also checks whether pre-scanning is successful when scanning is,
so no need for explicit pre-scanner checks anymore.

JerryScript-DCO-1.0-Signed-off-by: Zoltan Herczeg zherczeg.u-szeged@partner.samsung.com
This commit is contained in:
Zoltan Herczeg
2019-09-13 15:36:41 +02:00
committed by Robert Fancsik
parent 6e79bb148e
commit 951d7e6842
18 changed files with 194 additions and 89 deletions
-3
View File
@@ -16,6 +16,3 @@
export * from "module-export-01.js";
export * from "module-export-04.js";
export default a = "str"
// Pre-scanner regression test
for (var tmp in {}) ;