1. 16 Dec, 2015 39 commits
  2. 15 Dec, 2015 1 commit
    • jkummerow's avatar
      [proxies] Check for stack overflow in Proxy internal methods · 3d8b51e2
      jkummerow authored
      The proxy may be on its own target's or handler's prototype chain, leading
      to infinite recursion either when looking up the trap, or when calling
      through to the target.
      We can't eagerly prevent this from happening (e.g. at "foo.__proto__ = bar"
      calling time) because the presence of traps can change at any time.
      
      BUG=v8:1543,chromium:569882
      LOG=n
      
      Review URL: https://codereview.chromium.org/1526953002
      
      Cr-Commit-Position: refs/heads/master@{#32872}
      3d8b51e2