Fix syntax check of literal duplication in FormalParameterList (strict mode).
Related issue: #381 JerryScript-DCO-1.0-Signed-off-by: Ruben Ayrapetyan r.ayrapetyan@samsung.com
This commit is contained in:
committed by
Evgeny Gavrin
parent
352e8f5c04
commit
d11dfc5703
@@ -69,3 +69,8 @@ try
|
||||
{
|
||||
assert (e instanceof TypeError);
|
||||
}
|
||||
|
||||
(function (a) {
|
||||
(function (a) {
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user