1. 26 Jun, 2015 1 commit
  2. 06 Feb, 2015 1 commit
    • arv's avatar
      Allow eval and arguments as property names · 64abe652
      arv authored
      We incorrectly disallowed eval and arguments in accessor and method
      names. This was because we checked the name inside the
      ParseFunctionLiteral. We now flag accessors so that lazy parsing of
      these functions are treated correctly.
      
      BUG=v8:1984
      R=adamk, dslomov@chromium.org
      LOG=N
      
      Review URL: https://codereview.chromium.org/899363002
      
      Cr-Commit-Position: refs/heads/master@{#26497}
      64abe652