f4f1940848
This avoids spending lots of time in Scope::RemoveUnresolved for very long variable declaration lists. BUG=v8:4699 LOG=n Review URL: https://codereview.chromium.org/1655313003 Cr-Commit-Position: refs/heads/master@{#34047}
5 lines
142 B
Plaintext
5 lines
142 B
Plaintext
*%(basename)s:9: SyntaxError: Identifier 'x' has already been declared
|
|
var x;
|
|
^
|
|
SyntaxError: Identifier 'x' has already been declared
|