1. 11 Nov, 2015 13 commits
  2. 10 Nov, 2015 25 commits
  3. 09 Nov, 2015 2 commits
    • neis's avatar
      [es6] Partially implement Reflect.ownKeys. · 4194d0eb
      neis authored
      Proxies are not properly supported yet.
      
      R=cbruni, rossberg
      BUG=
      
      Review URL: https://codereview.chromium.org/1405243006
      
      Cr-Commit-Position: refs/heads/master@{#31906}
      4194d0eb
    • mbrandy's avatar
      PPC: [builtins] Introduce specialized Call/CallFunction builtins. · 74966e61
      mbrandy authored
      Port 7c3396d0
      
      Original commit message:
          Introduce receiver conversion mode specialization for the Call and
          CallFunction builtins, so we can specialize the builtin functionality
          (actually an optimization only) based on static information from the
          callsite (this is basically a superset of the optimizations that were
          available with the CallFunctionStub and CallICStub, except that these
          optimizations are correct now).
      
          This fixes a regression introduced by the removal of CallFunctionStub,
          for programs that call a lot.
      
      R=bmeurer@chromium.org, joransiu@ca.ibm.com, jyan@ca.ibm.com, michael_dawson@ca.ibm.com, dstence@us.ibm.com
      BUG=chromium:552244
      LOG=n
      
      Review URL: https://codereview.chromium.org/1425083004
      
      Cr-Commit-Position: refs/heads/master@{#31905}
      74966e61