fix corner case with `arguments` as function name (#2729)
authorAlex Lam S.L <alexlamsl@gmail.com>
Fri, 5 Jan 2018 14:21:18 +0000 (22:21 +0800)
committerGitHub <noreply@github.com>
Fri, 5 Jan 2018 14:21:18 +0000 (22:21 +0800)
commit9f23185f2bb0d23d5dd2e2334c589e97132a37a8
treeda7073d594df8d69e9ebec145a438856419575cb
parentb82feb9302adddb1763e9915b0daf9ff35ab2af2
fix corner case with `arguments` as function name (#2729)

fixes #2728
lib/scope.js
test/compress/typeof.js