1. 25 Oct, 2018 1 commit
  2. 17 Oct, 2018 1 commit
  3. 21 Sep, 2018 2 commits
  4. 24 Jul, 2018 1 commit
  5. 12 Jul, 2018 1 commit
  6. 24 Mar, 2017 1 commit
  7. 27 Jan, 2017 1 commit
  8. 20 Sep, 2016 1 commit
  9. 16 Aug, 2016 1 commit
  10. 12 Aug, 2016 1 commit
  11. 10 Dec, 2015 1 commit
    • adamk's avatar
      Fix FuncNameInferrer usage in ParseAssignmentExpression · eb67f854
      adamk authored
      Without this fix, AssignmentExpressions that happen to be arrow functions
      would lead to unbalanced Enter/Leave calls on the fni_, causing thrashing
      while trying to infer function names. Symptoms include slow parsing
      or OOM (when we create too many AstConsStrings).
      
      To try to keep this from happening in the future, added an RAII helper
      class to handle Entering/Leaving FNI state.
      
      The included regression test crashes on my workstation without the patch.
      Note that it's too slow in debug mode (as well as under TurboFan),
      so I've skipped it there.
      
      BUG=v8:4595
      LOG=y
      
      Review URL: https://codereview.chromium.org/1507283003
      
      Cr-Commit-Position: refs/heads/master@{#32768}
      eb67f854
  12. 26 Nov, 2015 1 commit
  13. 30 Sep, 2015 1 commit
  14. 04 Aug, 2014 1 commit
  15. 24 Jun, 2014 1 commit
  16. 18 Jun, 2014 1 commit
  17. 13 Jun, 2014 1 commit
  18. 03 Jun, 2014 1 commit
  19. 29 Apr, 2014 1 commit
  20. 11 Mar, 2014 1 commit
  21. 11 Jun, 2012 1 commit
  22. 24 May, 2012 1 commit
  23. 03 Oct, 2011 1 commit
  24. 22 Jun, 2011 1 commit
  25. 18 Mar, 2011 3 commits
  26. 23 Aug, 2010 1 commit
  27. 25 May, 2009 2 commits
  28. 18 May, 2009 1 commit
  29. 16 Apr, 2009 1 commit
  30. 15 Apr, 2009 1 commit
  31. 14 Apr, 2009 2 commits