1. 19 May, 2016 3 commits
  2. 22 Apr, 2016 1 commit
  3. 07 Apr, 2016 1 commit
  4. 11 Feb, 2016 1 commit
  5. 27 Jan, 2016 1 commit
  6. 18 Jan, 2016 2 commits
  7. 30 Sep, 2015 1 commit
  8. 11 Aug, 2015 2 commits
  9. 19 Jun, 2015 1 commit
  10. 27 Apr, 2015 1 commit
  11. 24 Apr, 2015 1 commit
  12. 23 Apr, 2015 1 commit
  13. 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
  14. 17 Feb, 2015 1 commit
  15. 29 Jan, 2015 1 commit
  16. 21 Nov, 2014 1 commit
  17. 14 Oct, 2014 1 commit
  18. 02 Oct, 2014 1 commit
  19. 25 Aug, 2014 1 commit
  20. 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
  21. 11 Aug, 2014 1 commit
  22. 02 Jul, 2014 1 commit
  23. 03 Jun, 2014 1 commit
  24. 28 May, 2014 1 commit
  25. 26 May, 2014 3 commits
  26. 29 Apr, 2014 2 commits
  27. 28 Apr, 2014 4 commits
  28. 24 Apr, 2014 2 commits
  29. 23 Apr, 2014 1 commit