1. 06 Nov, 2014 1 commit
  2. 13 Oct, 2014 1 commit
  3. 07 Oct, 2014 1 commit
  4. 30 Sep, 2014 1 commit
  5. 25 Sep, 2014 1 commit
  6. 08 Sep, 2014 1 commit
  7. 05 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. 06 Aug, 2014 1 commit
  10. 05 Aug, 2014 1 commit
  11. 04 Aug, 2014 1 commit
  12. 15 Jul, 2014 1 commit
  13. 10 Jul, 2014 1 commit
  14. 08 Jul, 2014 1 commit
  15. 07 Jul, 2014 1 commit
  16. 30 Jun, 2014 1 commit
  17. 23 Jun, 2014 1 commit
  18. 03 Jun, 2014 1 commit
  19. 26 May, 2014 1 commit
  20. 22 May, 2014 1 commit
  21. 20 May, 2014 1 commit
  22. 16 May, 2014 1 commit
    • yangguo@chromium.org's avatar
      Decouple CpuFeatures from serializer state. · fe243379
      yangguo@chromium.org authored
      Traditionally, we cross compile a snapshot iff the serializer is enabled.
      This will change in the future.
      
      Changes:
       - CpuFeatures probing is done once per process, depending on whether we
         cross compile.
       - CpuFeatures are consolidated into the platform-independent assembler.h
         as much as possible.
       - FLAG_enable_<feature> will only be checked at probing time (already the
         case for ARM).
       - The serializer state is cached by the MacroAssembler.
       - PlatformFeatureScope is no longer necessary.
       - CPUFeature enum values no longer map to CPUID bit fields.
      
      R=svenpanne@chromium.org
      
      Review URL: https://codereview.chromium.org/285233010
      
      git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21347 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      fe243379
  23. 09 May, 2014 1 commit
  24. 06 May, 2014 1 commit
  25. 30 Apr, 2014 1 commit
  26. 29 Apr, 2014 1 commit
  27. 28 Apr, 2014 1 commit
  28. 25 Apr, 2014 2 commits
  29. 22 Apr, 2014 1 commit
  30. 16 Apr, 2014 1 commit
  31. 27 Mar, 2014 3 commits
  32. 21 Mar, 2014 1 commit
  33. 20 Mar, 2014 1 commit
  34. 19 Mar, 2014 3 commits
  35. 14 Mar, 2014 1 commit