1. 22 Oct, 2015 1 commit
  2. 16 Oct, 2015 1 commit
  3. 15 Oct, 2015 1 commit
  4. 13 Oct, 2015 1 commit
    • mstarzinger's avatar
      Move builtin JavaScript sources into own directory. · e5320d8a
      mstarzinger authored
      This moves JavaScript source files that are bundled with V8 into a
      separate directory. The goal is to improve code readability and also
      being able to formalize ideal reviewers by subsequently adding the
      OWNERS file. These files almost exclusively contain implementations
      of methods fully specified by ES6.
      
      Note that files in the "debug" directory as well as the "d8.js" file
      aren't affected by this change.
      
      R=rossberg@chromium.org
      
      Review URL: https://codereview.chromium.org/1398733002
      
      Cr-Commit-Position: refs/heads/master@{#31230}
      e5320d8a
  5. 03 Sep, 2015 1 commit
    • bmeurer's avatar
      [es6] Introduce a dedicated JSIteratorResult type. · 72bc4b5c
      bmeurer authored
      Use a single JSIteratorResult type for all implementation provided
      iterator results (i.e. the String, Array and collection iterators,
      and also for generators).  This removes one source of unnecessary
      polymorphism in for-of loops.  It is accomplished by a new intrinsic
      %_CreateIterResultObject() that should be used to create iterator
      result objects from JavaScript builtins (there's a matching factory
      method for C++ code).
      
      Also restructure the %StringIteratorPrototype%.next() and
      %ArrayIteratorPrototype%.next() functions to be a bit more friendly
      to optimizing compilers.
      
      R=ishell@chromium.org
      
      Review URL: https://codereview.chromium.org/1302173007
      
      Cr-Commit-Position: refs/heads/master@{#30557}
      72bc4b5c
  6. 28 Aug, 2015 1 commit
  7. 26 May, 2015 1 commit
  8. 22 May, 2015 4 commits
  9. 21 May, 2015 1 commit
  10. 20 May, 2015 2 commits
  11. 15 May, 2015 1 commit
  12. 11 May, 2015 1 commit
  13. 05 May, 2015 1 commit
  14. 04 May, 2015 2 commits
  15. 30 Apr, 2015 2 commits
  16. 24 Apr, 2015 1 commit
  17. 17 Apr, 2015 1 commit
  18. 16 Apr, 2015 3 commits
  19. 10 Apr, 2015 1 commit
  20. 10 Dec, 2014 1 commit
  21. 24 Oct, 2014 1 commit
  22. 14 Jul, 2014 1 commit
  23. 30 Jun, 2014 1 commit
  24. 27 Jun, 2014 1 commit
  25. 26 Jun, 2014 1 commit
  26. 12 Jun, 2014 1 commit
  27. 03 Jun, 2014 1 commit