1. 04 Mar, 2015 1 commit
  2. 02 Mar, 2015 1 commit
  3. 27 Feb, 2015 1 commit
  4. 24 Feb, 2015 1 commit
  5. 17 Feb, 2015 1 commit
  6. 11 Feb, 2015 4 commits
  7. 04 Feb, 2015 1 commit
    • marja's avatar
      Introduce LanguageMode, drop StrictMode. · c7851da4
      marja authored
      This enables adding more language modes in the future.
      
      For maximum flexibility, LanguageMode is a bitmask, so we're not restricted to
      use a sequence of language modes which are progressively stricter, but we can
      express the language mode as combination of features.
      
      For now, LanguageMode can only be "sloppy" or "strict", and there are
      STATIC_ASSERTS in places which need to change when more modes are added.
      
      LanguageMode is a bit like the old LanguageMode when "extended" mode was still
      around (see https://codereview.chromium.org/8417035 and
      https://codereview.chromium.org/181543002 ) except that it's transmitted through
      all the layers (there's no StrictModeFlag).
      
      BUG=
      
      Review URL: https://codereview.chromium.org/894683003
      
      Cr-Commit-Position: refs/heads/master@{#26419}
      c7851da4
  8. 02 Feb, 2015 1 commit
  9. 29 Jan, 2015 1 commit
  10. 19 Jan, 2015 1 commit
  11. 24 Nov, 2014 1 commit
  12. 21 Nov, 2014 1 commit
  13. 13 Nov, 2014 1 commit
  14. 14 Oct, 2014 1 commit
  15. 02 Oct, 2014 1 commit
  16. 10 Sep, 2014 1 commit
  17. 04 Sep, 2014 1 commit
  18. 01 Sep, 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. 04 Aug, 2014 1 commit
  23. 24 Jul, 2014 2 commits
  24. 23 Jul, 2014 2 commits
  25. 17 Jul, 2014 1 commit
  26. 14 Jul, 2014 1 commit
  27. 07 Jul, 2014 2 commits
  28. 02 Jul, 2014 1 commit
  29. 01 Jul, 2014 1 commit
  30. 20 Jun, 2014 1 commit
  31. 03 Jun, 2014 1 commit
  32. 02 Jun, 2014 1 commit
  33. 28 May, 2014 1 commit
  34. 22 May, 2014 1 commit