1. 09 Feb, 2019 1 commit
  2. 26 Dec, 2018 1 commit
  3. 11 Oct, 2018 1 commit
  4. 03 Aug, 2018 1 commit
  5. 31 Jul, 2018 1 commit
  6. 03 Jul, 2018 1 commit
  7. 02 May, 2018 1 commit
  8. 03 Nov, 2017 1 commit
  9. 27 Oct, 2017 1 commit
  10. 26 Oct, 2017 1 commit
    • Igor Sheludko's avatar
      [cleanup] Prepare V8-internal AccessorInfo objects for sharing. · b4fdce5a
      Igor Sheludko authored
      Rename |property_attributes| to |initial_property_attributes| and ensure
      that it is used as a storage of values only for AccessorInfos installed in
      API Templates (i.e. ObjectTemplate and FunctionTemplate).
      When an AccessorInfo is installed directly into an existing JS object
      (via JSObject::SetAccessor) or into a DescriptorArray (when certain V8
      objects' shapes are configured) it is not necessary to thread attributes
      being set through the AccessorInfo instance.
      
      Cq-Include-Trybots: master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: Ibe61026f08c42549756f694129a286635ffe5769
      Reviewed-on: https://chromium-review.googlesource.com/730425
      Commit-Queue: Igor Sheludko <ishell@chromium.org>
      Reviewed-by: 's avatarToon Verwaest <verwaest@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#48978}
      b4fdce5a
  11. 18 Jul, 2017 1 commit
  12. 10 Jul, 2017 1 commit
  13. 13 Feb, 2017 1 commit
  14. 26 Oct, 2016 1 commit
  15. 14 Oct, 2016 1 commit
  16. 02 Sep, 2016 1 commit
  17. 09 Aug, 2016 1 commit
  18. 03 Aug, 2016 2 commits
  19. 01 Aug, 2016 1 commit
  20. 29 Jul, 2016 1 commit
    • jgruber's avatar
      Set Error.stack property writable · 1c7c0521
      jgruber authored
      Previously, the stack property was set up in JS as read-only; but since
      it had a JS setter, writability was ignored and writing to stack was
      possible.
      
      This is no longer the case now that stack is either an actual data
      property, or is associated with C++ accessors. Explicitly set the
      property as writable to preserve old behavior.
      
      BUG=5245
      R=yangguo@chromium.org
      
      Review-Url: https://codereview.chromium.org/2190313002
      Cr-Commit-Position: refs/heads/master@{#38158}
      1c7c0521
  21. 28 Jul, 2016 1 commit
  22. 25 Jul, 2016 1 commit
  23. 22 Jul, 2016 1 commit
  24. 21 Jul, 2016 3 commits
  25. 20 Jul, 2016 2 commits
  26. 19 Jul, 2016 1 commit