1. 14 Jul, 2015 2 commits
  2. 10 Jul, 2015 2 commits
  3. 06 Jul, 2015 1 commit
  4. 01 Jul, 2015 1 commit
    • verwaest's avatar
      Minor performance improvements to the LookupIterator · 5c278f63
      verwaest authored
      This change changes bootstrapping semantics for intercepted global objects. Unlike before, we'll now also call into the interceptor during bootstrapping. This affects properties loaded from within the runtime, such as global.Array and global.Symbol. The embedder will need to make sure that those values are the expected values during bootstrapping.
      
      BUG=chromium:505998
      LOG=n
      
      Review URL: https://codereview.chromium.org/1220813005
      
      Cr-Commit-Position: refs/heads/master@{#29414}
      5c278f63
  5. 17 Jun, 2015 2 commits
  6. 16 Jun, 2015 1 commit
  7. 12 Jun, 2015 2 commits
  8. 11 Jun, 2015 3 commits
  9. 02 Jun, 2015 2 commits
  10. 21 May, 2015 3 commits
  11. 30 Apr, 2015 1 commit
  12. 21 Apr, 2015 2 commits
  13. 20 Apr, 2015 1 commit
  14. 19 Mar, 2015 1 commit
  15. 18 Mar, 2015 1 commit
  16. 17 Mar, 2015 1 commit
  17. 10 Mar, 2015 1 commit
  18. 26 Feb, 2015 1 commit
  19. 11 Feb, 2015 1 commit
  20. 26 Jan, 2015 1 commit
  21. 19 Jan, 2015 1 commit
    • ishell's avatar
      Massive renaming of PropertyType values and other implied stuff. · 33994b4a
      ishell authored
      PropertyKind:
        DATA -> kData
        ACCESSOR -> kAccessor
      
      PropertyType:
        FIELD -> DATA
        CONSTANT -> DATA_CONSTANT
        ACCESSOR_FIELD -> ACCESSOR
        CALLBACKS -> ACCESSOR_CONSTANT
      
      PropertyLocation:
        IN_OBJECT -> kField
        IN_DESCRIPTOR -> kDescriptor
      
      StoreMode:
        FORCE_IN_OBJECT -> FORCE_FIELD
      
      FieldDescriptor -> DataDescriptor
      ConstantDescriptor -> DataConstantDescriptor
      CallbacksDescriptor -> AccessorConstantDescriptor
      
      Review URL: https://codereview.chromium.org/856503002
      
      Cr-Commit-Position: refs/heads/master@{#26146}
      33994b4a
  22. 15 Dec, 2014 2 commits
  23. 19 Nov, 2014 1 commit
  24. 17 Oct, 2014 3 commits
  25. 16 Sep, 2014 1 commit
  26. 04 Sep, 2014 2 commits