1. 01 Sep, 2016 3 commits
    • v8-autoroll's avatar
      Update V8 DEPS. · 2f6f21bf
      v8-autoroll authored
      Rolling v8/build to 87f8ed60519428c429030cd9ccb3feaf9f616881
      
      Rolling v8/third_party/WebKit/Source/platform/inspector_protocol to a78b8834da38e5bca9eb5f0d8c28ffe4561dd224
      
      Rolling v8/tools/clang to bd3311be3d35277e6d839596873e906b0b069ab5
      
      Rolling v8/tools/mb to 2f9349ee2aec6dd7b167b26cbbcac2891a9649ab
      
      TBR=machenbach@chromium.org,vogelheim@chromium.org,hablich@chromium.org
      
      Review-Url: https://codereview.chromium.org/2307433002
      Cr-Commit-Position: refs/heads/master@{#39061}
      2f6f21bf
    • bjaideep's avatar
      PPC/s390: Remove CONST_LEGACY VariableMode · 3b40d4f2
      bjaideep authored
      Port 7516fe1e
      
      Original commit message:
      
          The only remaining use of this VariableMode is for the names of sloppy
          named function expressions. This patch instead uses CONST for such
          bindings (just as we do in strict mode) and instead marks those
          Variables specially. During code generation a new helper method,
          Variable::throw_on_const_assignment(), is called to decide whether
          to throw or silently ignore the assignment.
      
      R=adamk@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, mbrandy@us.ibm.com
      BUG=
      
      Review-Url: https://codereview.chromium.org/2299043002
      Cr-Commit-Position: refs/heads/master@{#39060}
      3b40d4f2
    • zhengxing.li's avatar
      X87: Remove CONST_LEGACY VariableMode. · 1722786c
      zhengxing.li authored
        port 7516fe1e (r39052)
      
        original commit message:
        The only remaining use of this VariableMode is for the names of sloppy
        named function expressions. This patch instead uses CONST for such
        bindings (just as we do in strict mode) and instead marks those
        Variables specially. During code generation a new helper method,
        Variable::throw_on_const_assignment(), is called to decide whether
        to throw or silently ignore the assignment.
      
      BUG=
      
      Review-Url: https://codereview.chromium.org/2299103002
      Cr-Commit-Position: refs/heads/master@{#39059}
      1722786c
  2. 31 Aug, 2016 31 commits
  3. 30 Aug, 2016 6 commits