Do not throw syntax error if strict mode function has same name as one of its parameters.

This commit is contained in:
Max Schaefer
2014-09-05 11:18:49 +01:00
committed by Marijn Haverbeke
parent 7da3b6f1fd
commit a246bf83d0
3 changed files with 10 additions and 10 deletions

View File

@@ -28785,3 +28785,5 @@ test("<!--\n;", {
}
});
})();
test("function f(f) { 'use strict'; }", {});