1. 21 Mar, 2016 10 commits
  2. 20 Mar, 2016 1 commit
    • bmeurer's avatar
      [json] Allow any callable object for toJSON. · cc047766
      bmeurer authored
      Previously only JSFunctions seemed to be valid for toJSON, which doesn't
      match the ES6 specification that allows any object with [[Call]]
      internal method (i.e. any Callable in V8 terminology), including bound
      functions and proxies.
      
      BUG=chromium:595738, chromium:535408
      R=yangguo@chromium.org
      LOG=n
      
      Review URL: https://codereview.chromium.org/1824533002
      
      Cr-Commit-Position: refs/heads/master@{#34913}
      cc047766
  3. 19 Mar, 2016 4 commits
  4. 18 Mar, 2016 25 commits