Fix dump of arguments / eval usage hint in preparse_scope.

JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
Ruben Ayrapetyan
2015-07-14 21:11:03 +03:00
committed by Evgeny Gavrin
parent 005eb044a9
commit abc2b55297
2 changed files with 123 additions and 109 deletions
+4
View File
@@ -125,3 +125,7 @@ fn_expr = function (a, b, c)
}
fn_expr (1);
(function () {
var a = [arguments];
})();