1. 07 Jan, 2016 1 commit
  2. 05 Jan, 2016 1 commit
    • bmeurer's avatar
      [runtime] Migrate several Date builtins to C++. · 065e9c53
      bmeurer authored
      Almost all of the Date builtins always call into C++ at least once
      anyway, so parsing, compiling and executing the JavaScript wrappers
      is just a waste of time.  The most important part here is the Date
      constructor itself, which is one of the blockers for new.target in
      TurboFan, because compiling the Date constructor takes too much time
      with TurboFan (for no reason since we end up in C++ anway).
      
      R=cbruni@chromium.org
      
      Review URL: https://codereview.chromium.org/1556333002
      
      Cr-Commit-Position: refs/heads/master@{#33109}
      065e9c53
  3. 20 Aug, 2015 1 commit
  4. 01 Jun, 2015 1 commit
  5. 13 Jan, 2015 1 commit
  6. 04 Aug, 2014 1 commit
  7. 30 Jun, 2014 1 commit
  8. 03 Jun, 2014 1 commit
  9. 29 Apr, 2014 1 commit
  10. 28 Mar, 2014 1 commit
  11. 14 Mar, 2014 1 commit
  12. 11 Mar, 2014 1 commit
  13. 06 Dec, 2013 1 commit
  14. 09 Mar, 2012 1 commit