1. 19 Mar, 2015 1 commit
  2. 18 Mar, 2015 1 commit
  3. 24 Feb, 2015 1 commit
    • michael_dawson's avatar
      Contribution of PowerPC port (continuation of 422063005) - PPC opt 2 · bf3691ae
      michael_dawson authored
      Contribution of PowerPC port (continuation of 422063005, 817143002,
      866843003, and 901083004. The bulk of the changes are to remove some
      hard coded assumptions about heap page size within existing tests.
      The remaining change is to use a larger heap page size for PPC linux
      as this provides a performance benefit due to the larger memory page size.
      
      	modified:   src/base/build_config.h
      	modified:   src/heap/heap.cc
      	modified:   test/cctest/test-alloc.cc
      	modified:   test/cctest/test-constantpool.cc
      	modified:   test/cctest/test-heap.cc
      	modified:   test/cctest/test-spaces.cc
      	modified:   test/cctest/test-weakmaps.cc
      	modified:   test/cctest/test-weaksets.cc
      
      R=danno@chromium.org, svenpanne@chromium.org
      
      BUG=
      
      Review URL: https://codereview.chromium.org/910333004
      
      Cr-Commit-Position: refs/heads/master@{#26833}
      bf3691ae
  4. 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
  5. 09 Jan, 2015 1 commit
  6. 03 Nov, 2014 1 commit
  7. 10 Sep, 2014 1 commit
  8. 20 Aug, 2014 1 commit
    • wingo@igalia.com's avatar
      Support symbol-named properties in API · e929f5fe
      wingo@igalia.com authored
      Add new "Name" type to API that is a supertype of Symbol and String.
      
      Object::SetDeclaredAccessor, Object::SetAccessorProperty, Template::Set,
      Template::SetAccessorProperty, and Template::SetDeclaredAccessor now
      take a Name as the property name instead of a String.
      
      Add Object::SetAccessor, Template::SetNativeDataProperty, and
      ObjectTemplate::SetAccessor overloads that can define accessors for
      symbol-named properties.
      
      R=dcarney@chromium.org, rossberg@chromium.org
      BUG=v8:3394
      TEST=cctest/test-api/TestSymbolProperties
      LOG=Y
      
      Review URL: https://codereview.chromium.org/459413002
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23247 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      e929f5fe
  9. 04 Aug, 2014 1 commit
  10. 30 Jul, 2014 1 commit
  11. 07 Jul, 2014 3 commits
  12. 20 Jun, 2014 1 commit
  13. 13 Jun, 2014 1 commit
  14. 03 Jun, 2014 1 commit
  15. 09 May, 2014 1 commit
  16. 30 Apr, 2014 1 commit
  17. 29 Apr, 2014 2 commits
  18. 23 Apr, 2014 1 commit
  19. 22 Apr, 2014 1 commit
  20. 17 Apr, 2014 2 commits
  21. 11 Apr, 2014 1 commit
  22. 09 Apr, 2014 1 commit
  23. 23 Jan, 2014 1 commit
  24. 22 Nov, 2013 1 commit
  25. 19 Sep, 2013 3 commits
  26. 11 Sep, 2013 1 commit
  27. 05 Sep, 2013 1 commit
  28. 02 Sep, 2013 1 commit
  29. 04 Jun, 2013 1 commit
  30. 07 May, 2013 1 commit
  31. 02 May, 2013 1 commit
  32. 15 Mar, 2013 1 commit
  33. 28 Feb, 2013 1 commit
  34. 29 Jan, 2013 1 commit