1. 20 Aug, 2016 2 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · 13bd98cf
      v8-autoroll authored
      Rolling v8/build to 38a9cfaa10bf2b91c52f8a9ef4449723dd7aa706
      
      Rolling v8/tools/mb to 99788b8b516c44d7db25cfb68695bc234fdee5ed
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2267513002
      Cr-Commit-Position: refs/heads/master@{#38765}
      13bd98cf
    • gsathya's avatar
      [parser] Allow duplicate __proto__ keys in patterns · fc52e323
      gsathya authored
      This patch subsumes CoverInitializedNameProduction to create an ObjectLiteralProduction which is now used to report the duplicate proto error as well.
      
      This patch also changes ObjectLiteralChecker::CheckProperty
      to record an ObjectLiteralProduction error instead of
      bailing out immediately. Once we realize that we're in a
      pattern, we rewind the error, otherwise we report the
      error.
      
      BUG=v8:5121
      
      Review-Url: https://codereview.chromium.org/2255353002
      Cr-Commit-Position: refs/heads/master@{#38764}
      fc52e323
  2. 19 Aug, 2016 30 commits
  3. 18 Aug, 2016 8 commits