1. 23 Feb, 2018 38 commits
  2. 22 Feb, 2018 2 commits
    • Adam Klein's avatar
      ToString of a Proxied function should not throw · f7d7b5c6
      Adam Klein authored
      Without --harmony-function-tostring, anything other than a JSFunction
      or JSBoundFunction throw when Function.prototype.toString is called on
      them. But with the toString revision, anything callable allows toString
      (and for non-Functions returns the good old "function () { [native code] }"
      string).
      
      Bug: v8:7484
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
      Change-Id: I3540e213a40992151761b59666fe36e0510da908
      Reviewed-on: https://chromium-review.googlesource.com/932825
      Commit-Queue: Adam Klein <adamk@chromium.org>
      Reviewed-by: 's avatarSathya Gunasekaran <gsathya@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51489}
      f7d7b5c6
    • Sathya Gunasekaran's avatar
      [test262] Test262 Roll · 8a78db6d
      Sathya Gunasekaran authored
      Fixes broken background compile error reporting.
      
      Fixes broken tests in DateTimeFormat and NumberFormat: PluralRules
      constructor requires 'new'.
      
      Cq-Include-Trybots: luci.v8.try:v8_linux_noi18n_rel_ng
      Change-Id: I65216a3172595397f5de638c9d5d9d021d3257ce
      Reviewed-on: https://chromium-review.googlesource.com/931935
      Commit-Queue: Sathya Gunasekaran <gsathya@chromium.org>
      Reviewed-by: 's avatarAdam Klein <adamk@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#51488}
      8a78db6d