1. 03 Aug, 2016 1 commit
  2. 22 Jul, 2016 1 commit
  3. 20 Jul, 2016 2 commits
  4. 19 Jul, 2016 1 commit
  5. 07 Jul, 2016 1 commit
  6. 06 Jul, 2016 1 commit
    • neis's avatar
      [debugger] Don't leak holes from generator arguments. · 45a81674
      neis authored
      This is a quick fix for the hole leaking from generators via the debugger's frame
      inspection feature: when collecting the arguments, convert each hole to undefined.
      In the long term, we probably want to remember and restore the actual arguments
      rather than pushing these dummy arguments on each resume.
      
      BUG=v8:5164
      
      Review-Url: https://codereview.chromium.org/2122923003
      Cr-Commit-Position: refs/heads/master@{#37544}
      45a81674
  7. 28 Jun, 2016 1 commit
  8. 27 Jun, 2016 2 commits
  9. 06 Jun, 2016 1 commit
  10. 19 May, 2016 3 commits
  11. 13 May, 2016 2 commits
    • gsathya's avatar
      Revert "Fix TypedArray Property optimizations", add regression test and eliminate dead code · d33aedb7
      gsathya authored
      This reverts commit 41d571df.
      
      Reason for revert: This patch breaks the correctness of the typedarray
      properties such as length, byteOffset, byteLength.
      
      The accessor check optimization code is dead code eliminated. A follow
      up patch will fix this optimization correctly.
      
      BUG=chromium:593634
      
      Review-Url: https://codereview.chromium.org/1977983002
      Cr-Commit-Position: refs/heads/master@{#36254}
      d33aedb7
    • verwaest's avatar
      [runtime] Make sure that LookupIterator::OWN always performs a HIDDEN lookup as well. · c9a83150
      verwaest authored
      Hidden prototypes are merely an implementation detail. Properties on an object + hidden prototype should look like properties on the object. Hence we should always perform a hidden prototype lookup. This CL removes the option to ignore hidden prototypes to avoid bugs that leak this implementation detail.
      
      Also, the only previously valid cases were either places were we knew we didn't have a hidden prototype; or because we knew we (in the optimizing compiler) would only handle properties from the non-hidden object.The first case is already handled by directly tagging whether a receiver has a hidden prototype. In the second case we can just filter out properties from hidden prototypes.
      
      Review-Url: https://codereview.chromium.org/1975763002
      Cr-Commit-Position: refs/heads/master@{#36235}
      c9a83150
  12. 09 May, 2016 3 commits
  13. 06 May, 2016 1 commit
  14. 22 Apr, 2016 1 commit
  15. 20 Apr, 2016 3 commits
  16. 19 Apr, 2016 2 commits
  17. 18 Apr, 2016 1 commit
  18. 14 Apr, 2016 2 commits
  19. 07 Apr, 2016 1 commit
  20. 05 Apr, 2016 2 commits
  21. 07 Mar, 2016 1 commit
  22. 18 Feb, 2016 2 commits
  23. 17 Feb, 2016 2 commits
  24. 11 Feb, 2016 1 commit
  25. 28 Jan, 2016 1 commit
  26. 27 Jan, 2016 1 commit