Do not throw syntax error if strict mode function has same name as one of its parameters.
This commit is contained in:
committed by
Marijn Haverbeke
parent
7da3b6f1fd
commit
a246bf83d0
@@ -28785,3 +28785,5 @@ test("<!--\n;", {
|
||||
}
|
||||
});
|
||||
})();
|
||||
|
||||
test("function f(f) { 'use strict'; }", {});
|
||||
|
||||
Reference in New Issue
Block a user