• cbruni's avatar
    [proxies] Better print for proxies in d8 · 8bfb7189
    cbruni authored
    Function proxies would not be printed so far since they ended up in Function.prototype.toString which only works with Function as a receiver but no Proxy. Additionally added support for more gracefully dealing with recursive __proto__ structures introduced by proxies.
    
    BUG=v8:1543
    LOG=n
    
    Review URL: https://codereview.chromium.org/1530293004
    
    Cr-Commit-Position: refs/heads/master@{#32985}
    8bfb7189
d8.js 2.37 KB