1. 20 May, 2016 2 commits
  2. 21 Mar, 2016 1 commit
  3. 29 Feb, 2016 1 commit
  4. 16 Dec, 2015 1 commit
  5. 14 Dec, 2015 1 commit
    • neis's avatar
      [proxies] Support proxies in JSON.parse and JSON.stringify. · 1596b015
      neis authored
      This CL tries to correctly support the following:
      - stringifying a proxy,
      - stringifying with a proxy as replacer (callable or arraylike),
      - stringifying with a replacer that returns a proxy,
      - parsing with a callable proxy as reviver,
      - parsing with a reviver that inserts proxies into the object,
      - and whatever else you can imagine.
      
      This also fixes some bugs observable without proxies.
      
      BUG=v8:3139,v8:1543
      LOG=n
      
      Review URL: https://codereview.chromium.org/1515133002
      
      Cr-Commit-Position: refs/heads/master@{#32843}
      1596b015
  6. 13 Nov, 2015 1 commit
  7. 08 Aug, 2014 1 commit
  8. 05 Nov, 2012 2 commits