1. 27 Jan, 2016 1 commit
  2. 22 Dec, 2015 1 commit
  3. 05 Nov, 2015 1 commit
  4. 03 Nov, 2015 1 commit
  5. 02 Nov, 2015 2 commits
  6. 22 Oct, 2015 1 commit
  7. 16 Oct, 2015 1 commit
  8. 15 Oct, 2015 1 commit
  9. 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
  10. 12 Oct, 2015 2 commits
  11. 28 Aug, 2015 1 commit
  12. 26 May, 2015 1 commit
  13. 22 May, 2015 4 commits
  14. 21 May, 2015 1 commit
  15. 20 May, 2015 2 commits
  16. 15 May, 2015 1 commit
  17. 11 May, 2015 1 commit
  18. 05 May, 2015 1 commit
  19. 04 May, 2015 2 commits
  20. 30 Apr, 2015 2 commits
  21. 24 Apr, 2015 1 commit
  22. 17 Apr, 2015 2 commits
  23. 16 Apr, 2015 2 commits
  24. 11 Apr, 2015 1 commit
  25. 06 Apr, 2015 1 commit
    • mike's avatar
      Re-implement %Generator% intrinsic as an object · 3b624a17
      mike authored
      From ES6 25.2.3 ("Properties of the GeneratorFunction Prototype
      Object"):
      
      > The GeneratorFunction prototype object is an ordinary object. It is
      > not a function object and does not have an [[ECMAScriptCode]] internal
      > slot or any other of the internal slots listed in Table 27 or Table
      > 56.
      
      Introduce one assertion for the value's type and additional tests for its
      properties. Remove an invalid assertion that fails as a result of this
      fix.
      
      BUG=v8:3991
      LOG=N
      
      Review URL: https://codereview.chromium.org/1062633002
      
      Cr-Commit-Position: refs/heads/master@{#27603}
      3b624a17
  26. 01 Apr, 2015 1 commit
  27. 19 Feb, 2015 1 commit
  28. 27 Nov, 2014 1 commit
  29. 12 Nov, 2014 2 commits