1. 30 Nov, 2018 1 commit
  2. 29 Nov, 2018 2 commits
  3. 28 Nov, 2018 1 commit
  4. 27 Nov, 2018 1 commit
  5. 26 Nov, 2018 1 commit
  6. 25 Nov, 2018 1 commit
  7. 24 Nov, 2018 2 commits
  8. 23 Nov, 2018 2 commits
  9. 22 Nov, 2018 1 commit
    • Dan Elphick's avatar
      [objects] Shrink FunctionTemplateInfo · b0b5eae0
      Dan Elphick authored
      Adds a new field rare_data of type FunctionTemplateRareData to
      FunctionTemplateInfo and moves 8 others which are unset on 90% of
      FunctionTemplateInfo objects to this field.
      
      Getters like prototype_template() are changed to GetPrototypeTemplate()
      to indicate they're not trivial. The setters are replaced with static
      methods (e.g. SetPrototypeTemplate) that take an Isolate and the
      template object, since they can now perform allocation.
      
      Bug: v8:8478
      Change-Id: If72b132ade4ca4a3f803f913761c9caddc0e9dd6
      Reviewed-on: https://chromium-review.googlesource.com/c/1342519
      Commit-Queue: Dan Elphick <delphick@chromium.org>
      Reviewed-by: 's avatarMichael Starzinger <mstarzinger@chromium.org>
      Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#57725}
      b0b5eae0
  10. 13 Nov, 2018 1 commit
  11. 12 Nov, 2018 1 commit
  12. 26 Oct, 2018 1 commit
  13. 24 Oct, 2018 3 commits
  14. 12 Oct, 2018 1 commit
  15. 10 Oct, 2018 1 commit
  16. 09 Oct, 2018 1 commit
  17. 25 Sep, 2018 1 commit
  18. 17 Sep, 2018 1 commit
  19. 14 Sep, 2018 2 commits
    • Marja Hölttä's avatar
      Revert "[in-place weak refs] Fix MaybeObject function names" · 3a79fe23
      Marja Hölttä authored
      This reverts commit ad72d195.
      
      Reason for revert: Build failures on *san
      
      Original change's description:
      > [in-place weak refs] Fix MaybeObject function names
      > 
      > E.g., "ToWeakHeapObject" was misleading, since it didn't convert to a weak heap
      > object, instead returned a weakly pointed heap object. Change the function names
      > (in this case, to "GetHeapObjectIfWeak") to reflect this.
      > 
      > Also make casts explicit, if a MaybeObject is an Object, we can call cast<Object>().
      > 
      > BUG=v8:7308
      > 
      > Change-Id: I4ef078572b4f4415afe7e2e706d3bd684e16e47d
      > Reviewed-on: https://chromium-review.googlesource.com/1219025
      > Reviewed-by: Igor Sheludko <ishell@chromium.org>
      > Reviewed-by: Tobias Tebbi <tebbi@chromium.org>
      > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > Reviewed-by: Andreas Haas <ahaas@chromium.org>
      > Reviewed-by: Ulan Degenbaev <ulan@chromium.org>
      > Commit-Queue: Marja Hölttä <marja@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#55906}
      
      TBR=ulan@chromium.org,marja@chromium.org,yangguo@chromium.org,ahaas@chromium.org,tebbi@chromium.org,ishell@chromium.org
      
      Change-Id: I054b578518e3f6fd7dbcddf0b56cc018726c1e7a
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: v8:7308
      Reviewed-on: https://chromium-review.googlesource.com/1226874Reviewed-by: 's avatarMarja Hölttä <marja@chromium.org>
      Commit-Queue: Marja Hölttä <marja@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55918}
      3a79fe23
    • Marja Hölttä's avatar
      [in-place weak refs] Fix MaybeObject function names · ad72d195
      Marja Hölttä authored
      E.g., "ToWeakHeapObject" was misleading, since it didn't convert to a weak heap
      object, instead returned a weakly pointed heap object. Change the function names
      (in this case, to "GetHeapObjectIfWeak") to reflect this.
      
      Also make casts explicit, if a MaybeObject is an Object, we can call cast<Object>().
      
      BUG=v8:7308
      
      Change-Id: I4ef078572b4f4415afe7e2e706d3bd684e16e47d
      Reviewed-on: https://chromium-review.googlesource.com/1219025Reviewed-by: 's avatarIgor Sheludko <ishell@chromium.org>
      Reviewed-by: 's avatarTobias Tebbi <tebbi@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
      Reviewed-by: 's avatarUlan Degenbaev <ulan@chromium.org>
      Commit-Queue: Marja Hölttä <marja@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#55906}
      ad72d195
  20. 20 Aug, 2018 1 commit
  21. 06 Aug, 2018 2 commits
  22. 03 Aug, 2018 1 commit
  23. 30 Jul, 2018 2 commits
  24. 26 Jul, 2018 1 commit
  25. 25 Jul, 2018 2 commits
  26. 24 Jul, 2018 5 commits
  27. 17 Jul, 2018 1 commit