1. 21 Aug, 2015 1 commit
  2. 13 Aug, 2015 1 commit
  3. 10 Jun, 2015 1 commit
  4. 09 Jun, 2015 4 commits
  5. 15 May, 2015 1 commit
  6. 20 Apr, 2015 1 commit
  7. 15 Apr, 2015 1 commit
  8. 30 Jan, 2015 3 commits
  9. 29 Jan, 2015 1 commit
  10. 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
  11. 16 Dec, 2014 1 commit
  12. 19 Nov, 2014 1 commit
  13. 19 Sep, 2014 1 commit
  14. 18 Sep, 2014 2 commits
  15. 16 Sep, 2014 1 commit
  16. 10 Sep, 2014 1 commit
  17. 04 Sep, 2014 1 commit
  18. 02 Sep, 2014 1 commit
  19. 04 Aug, 2014 1 commit
  20. 03 Jun, 2014 2 commits
  21. 29 Apr, 2014 1 commit
  22. 22 Apr, 2014 1 commit
  23. 17 Apr, 2014 1 commit
  24. 11 Apr, 2014 1 commit
  25. 11 Sep, 2013 1 commit
  26. 10 Sep, 2013 1 commit
  27. 23 Aug, 2013 1 commit
    • bmeurer@chromium.org's avatar
      Fix crash due RegExpAtom method called on RegExpCharacterClass object. · 17ec357a
      bmeurer@chromium.org authored
      In the RegExpUnparser::VisitText(RegExpText* that, void* data) function always RegExpUnparser::VisitAtom function called via that->elements()->at(i).data.u_atom->Accept(this, data); even if the type of the object is RegExpCharacterClass.
      
      The problem shows using g++ 4.7(.2, .3) since r16232, since GCC optimizes virtual method calls to direct calls based on __final/final hints. Tested on MIPS and x64:
      Program received signal SIGSEGV, Segmentation fault.
      0x0000000000588928 in v8::internal::RegExpUnparser::VisitAtom(v8::internal::RegExpAtom*, void*) ()
      
      This cleans up the TextElement class to avoid the unsafe+unchecked union access, that caused the crash.
      
      TEST=cctest/test-regexp/ParserRegression
      R=jkummerow@chromium.org
      
      Review URL: https://codereview.chromium.org/22815033
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@16289 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      17ec357a
  28. 09 Jul, 2013 1 commit
  29. 26 Jun, 2013 1 commit
  30. 06 Jun, 2013 1 commit
  31. 01 Mar, 2013 1 commit
  32. 06 Feb, 2013 1 commit
  33. 09 Jan, 2013 1 commit