1. 15 Feb, 2019 1 commit
  2. 01 Feb, 2019 1 commit
  3. 09 Jan, 2019 1 commit
  4. 26 Dec, 2018 1 commit
  5. 20 Dec, 2018 1 commit
  6. 18 Dec, 2018 1 commit
  7. 17 Dec, 2018 1 commit
  8. 08 Dec, 2018 1 commit
  9. 28 Nov, 2018 1 commit
  10. 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
  11. 17 May, 2018 1 commit
  12. 27 Apr, 2018 1 commit