1. 04 Oct, 2016 1 commit
  2. 29 Sep, 2016 2 commits
  3. 28 Sep, 2016 2 commits
  4. 27 Sep, 2016 4 commits
  5. 26 Sep, 2016 1 commit
  6. 23 Sep, 2016 1 commit
  7. 22 Sep, 2016 2 commits
  8. 21 Sep, 2016 1 commit
  9. 20 Sep, 2016 3 commits
  10. 19 Sep, 2016 2 commits
  11. 16 Sep, 2016 2 commits
  12. 15 Sep, 2016 1 commit
  13. 14 Sep, 2016 2 commits
  14. 09 Sep, 2016 2 commits
  15. 08 Sep, 2016 1 commit
    • franzih's avatar
      [api] Add interceptor for getOwnPropertyDescriptor(). · b0a7738a
      franzih authored
      The existing PropertyQueryCallback intercepts getOwnPropertyDescriptor, but
      it returns only value and attributes, not the accessors. This
      PropertyDescriptorCallback returns a descriptor similar to Ecma-262 6.2.4.
      
      You can either set a PropertyQueryCallback or a PropertyDescriptorCallback,
      but not both. When you set a callback for DefineProperty(), you can set a
      PropertyDescriptorCallback but not a PropertyQueryCallback.
      
      BUG=v8:5359
      
      Review-Url: https://codereview.chromium.org/2311873002
      Cr-Commit-Position: refs/heads/master@{#39279}
      b0a7738a
  16. 07 Sep, 2016 1 commit
  17. 06 Sep, 2016 4 commits
  18. 02 Sep, 2016 3 commits
  19. 01 Sep, 2016 4 commits
  20. 30 Aug, 2016 1 commit