1. 21 Mar, 2016 1 commit
  2. 17 Dec, 2015 1 commit
    • neis's avatar
      [proxies] Correctly handle proxies in Function.prototype.bind · 0d83aad5
      neis authored
      - Before getting the length property, we must check for it
        using [[GetOwnProperty]].  Also, if the obtained length
        is a number, we must properly convert it to an integer.
      
      - In order to get the prototype we must use [[GetPrototypeOf]],
        and do so before checking the length.
      
      R=cbruni@chromium.org, jkummerow@chromium.org
      BUG=v8:1543
      LOG=n
      
      Review URL: https://codereview.chromium.org/1530893002
      
      Cr-Commit-Position: refs/heads/master@{#32934}
      0d83aad5