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:
committed by
Evgeny Gavrin
parent
005eb044a9
commit
abc2b55297
@@ -125,3 +125,7 @@ fn_expr = function (a, b, c)
|
||||
}
|
||||
|
||||
fn_expr (1);
|
||||
|
||||
(function () {
|
||||
var a = [arguments];
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user