1. 22 Apr, 2016 1 commit
  2. 10 Mar, 2016 1 commit
  3. 18 Feb, 2016 1 commit
  4. 11 Dec, 2015 1 commit
  5. 10 Dec, 2015 1 commit
    • ishell's avatar
      Fix Function subclassing. · dddcd0ac
      ishell authored
      Function subclasses did not have function properties installed (name, prototype, etc.).
      Now when an instance of a Function subclass is created it gets initial map that corresponds
      to the language mode of the function body. The language mode dependent maps are cached as
      special transitions on initial map of the subclass constructor.
      
      BUG=v8:4597, v8:3101, v8:3330
      LOG=Y
      
      Review URL: https://codereview.chromium.org/1510753005
      
      Cr-Commit-Position: refs/heads/master@{#32764}
      dddcd0ac
  6. 03 Dec, 2015 1 commit
  7. 30 Nov, 2015 2 commits
  8. 25 Nov, 2015 1 commit
  9. 30 Sep, 2015 1 commit
  10. 18 Jun, 2015 1 commit
  11. 17 Jun, 2015 1 commit
  12. 06 Mar, 2015 1 commit
  13. 05 Mar, 2015 2 commits
    • jkummerow's avatar
      Revert of Simplify and compact transitions storage (patchset #4 id:80001 of... · 948a973d
      jkummerow authored
      Revert of Simplify and compact transitions storage (patchset #4 id:80001 of https://codereview.chromium.org/980573002/)
      
      Reason for revert:
      x64 test failures
      
      Original issue's description:
      > Simplify and compact transitions storage
      >
      > Simple transitions are now stored in a map's "transitions" field (as a WeakCell wrapping the target map); full TransitionArrays are used when that's not sufficient.
      > To encapsulate these storage format implementation details, functions for manipulating and querying transitions have been refactored to be static functions on the TransitionArray class, and take maps as inputs.
      >
      > Committed: https://crrev.com/45fbef7f2252fce10634931cb103ccc1fc95ae6a
      > Cr-Commit-Position: refs/heads/master@{#27029}
      
      TBR=verwaest@chromium.org,ulan@chromium.org
      NOPRESUBMIT=true
      NOTREECHECKS=true
      NOTRY=true
      
      Review URL: https://codereview.chromium.org/982143002
      
      Cr-Commit-Position: refs/heads/master@{#27030}
      948a973d
    • jkummerow's avatar
      Simplify and compact transitions storage · 45fbef7f
      jkummerow authored
      Simple transitions are now stored in a map's "transitions" field (as a WeakCell wrapping the target map); full TransitionArrays are used when that's not sufficient.
      To encapsulate these storage format implementation details, functions for manipulating and querying transitions have been refactored to be static functions on the TransitionArray class, and take maps as inputs.
      
      Review URL: https://codereview.chromium.org/980573002
      
      Cr-Commit-Position: refs/heads/master@{#27029}
      45fbef7f
  14. 12 Dec, 2014 1 commit
  15. 10 Dec, 2014 2 commits
  16. 24 Nov, 2014 1 commit
  17. 13 Nov, 2014 2 commits
  18. 05 Nov, 2014 1 commit
  19. 04 Nov, 2014 1 commit
  20. 03 Nov, 2014 1 commit
  21. 27 Oct, 2014 1 commit
  22. 24 Oct, 2014 1 commit
  23. 23 Oct, 2014 1 commit
  24. 04 Aug, 2014 1 commit
  25. 03 Jun, 2014 1 commit
  26. 29 Apr, 2014 1 commit
  27. 04 Apr, 2014 1 commit
  28. 19 Mar, 2014 1 commit
  29. 18 Feb, 2014 1 commit
  30. 23 Dec, 2013 1 commit
  31. 31 Jul, 2013 1 commit
  32. 04 Mar, 2013 1 commit
  33. 19 Oct, 2012 1 commit
  34. 17 Oct, 2012 1 commit
  35. 11 Oct, 2012 1 commit
  36. 19 Sep, 2012 1 commit