1. 26 Nov, 2015 1 commit
  2. 25 Nov, 2015 1 commit
    • bmeurer's avatar
      [es6] Correct parsing of regular expression literal flags. · 2732a6ad
      bmeurer authored
      ES6 section 12.2.8.1 states that flags for regular expression literals
      must be checked during parsing and invalid flags are early errors. This
      change adapts the Scanner and (Pre)Parser to act according to the spec.
      
      This is also a prerequisite to unify the handling of literal creation
      (for Objects, Arrays, Regexps, and at some point Classes).
      
      R=yangguo@chromium.org
      
      Review URL: https://codereview.chromium.org/1472323002
      
      Cr-Commit-Position: refs/heads/master@{#32273}
      2732a6ad
  3. 19 Nov, 2015 1 commit
  4. 17 Nov, 2015 3 commits
  5. 27 Oct, 2015 1 commit
    • yangguo's avatar
      RegExp: remove last match info override. · 85e085b7
      yangguo authored
      With ES6 21.2.5.8, step 13, we no longer have to keep up the illusion
      that matching and calling replace function is interleaved. This is
      observable through unspec'ed static properties such as RegExp.$1.
      
      Last match info not working yet.
      
      R=littledan@chromium.org
      
      Review URL: https://codereview.chromium.org/1418703003
      
      Cr-Commit-Position: refs/heads/master@{#31593}
      85e085b7
  6. 01 Sep, 2015 1 commit
  7. 21 Aug, 2015 1 commit
  8. 14 Aug, 2015 1 commit
  9. 13 Aug, 2015 1 commit
  10. 12 Aug, 2015 1 commit
    • mstarzinger's avatar
      Remove inline header includes from non-inline headers (1). · 00a07bc1
      mstarzinger authored
      This tries to remove includes of "-inl.h" headers from normal ".h"
      headers, thereby reducing the chance of any cyclic dependencies and
      decreasing the average size of our compilation units.
      
      Note that this change still leaves 7 violations of that rule in the
      code. However there now is the "tools/check-inline-includes.sh" tool
      detecting such violations.
      
      R=bmeurer@chromium.org
      
      Review URL: https://codereview.chromium.org/1283033003
      
      Cr-Commit-Position: refs/heads/master@{#30125}
      00a07bc1
  11. 13 Jul, 2015 1 commit
  12. 25 Jun, 2015 1 commit
  13. 24 Jun, 2015 2 commits
  14. 23 Jun, 2015 1 commit
  15. 22 Jun, 2015 1 commit
  16. 17 Jun, 2015 1 commit
  17. 10 Jun, 2015 1 commit
  18. 09 Jun, 2015 4 commits
  19. 01 Jun, 2015 1 commit
  20. 18 May, 2015 1 commit
  21. 15 May, 2015 2 commits
  22. 15 Apr, 2015 1 commit
  23. 24 Feb, 2015 1 commit
  24. 19 Feb, 2015 1 commit
  25. 30 Jan, 2015 3 commits
  26. 26 Jan, 2015 1 commit
  27. 23 Jan, 2015 1 commit
    • danno's avatar
      Remove the dependency of Zone on Isolate · c7b09aac
      danno authored
      Along the way:
      - Thread isolate parameter explicitly through code that used to
        rely on getting it from the zone.
      - Canonicalize the parameter position of isolate and zone for
        affected code
      - Change Hydrogen New<> instruction templates to automatically
        pass isolate
      
      R=mstarzinger@chromium.org
      LOG=N
      
      Review URL: https://codereview.chromium.org/868883002
      
      Cr-Commit-Position: refs/heads/master@{#26252}
      c7b09aac
  28. 16 Jan, 2015 1 commit
  29. 12 Jan, 2015 1 commit
  30. 16 Dec, 2014 1 commit
  31. 08 Dec, 2014 1 commit