1. 30 Sep, 2015 1 commit
  2. 11 Aug, 2015 2 commits
  3. 19 Jun, 2015 1 commit
  4. 27 Apr, 2015 1 commit
  5. 24 Apr, 2015 1 commit
  6. 23 Apr, 2015 1 commit
  7. 09 Apr, 2015 1 commit
    • yangguo's avatar
      Eagerly escape RegExp.source. · 4a5de9d9
      yangguo authored
      Escaping used to happen lazily, implemented in an accessor property.
      However, native implementation of RegExp methods use .source as well.
      This leads to performance regressions. Now we do it eagerly instead.
      
      R=jkummerow@chromium.org
      BUG=chromium:436447
      LOG=N
      
      Review URL: https://codereview.chromium.org/1070093002
      
      Cr-Commit-Position: refs/heads/master@{#27705}
      4a5de9d9
  8. 17 Feb, 2015 1 commit
  9. 29 Jan, 2015 1 commit
  10. 21 Nov, 2014 1 commit
  11. 14 Oct, 2014 1 commit
  12. 02 Oct, 2014 1 commit
  13. 25 Aug, 2014 1 commit
  14. 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
  15. 11 Aug, 2014 1 commit
  16. 02 Jul, 2014 1 commit
  17. 03 Jun, 2014 1 commit
  18. 28 May, 2014 1 commit
  19. 26 May, 2014 3 commits
  20. 29 Apr, 2014 2 commits
  21. 28 Apr, 2014 4 commits
  22. 24 Apr, 2014 2 commits
  23. 23 Apr, 2014 1 commit
  24. 16 Apr, 2014 2 commits
  25. 15 Apr, 2014 1 commit
  26. 10 Apr, 2014 2 commits
  27. 07 Mar, 2014 1 commit
  28. 28 Feb, 2014 2 commits
  29. 04 Feb, 2014 1 commit