1. 07 Dec, 2012 1 commit
  2. 30 Apr, 2012 1 commit
  3. 12 Mar, 2012 1 commit
  4. 23 Feb, 2012 1 commit
  5. 08 Feb, 2012 1 commit
  6. 13 Jan, 2012 1 commit
  7. 25 Nov, 2011 1 commit
  8. 24 Nov, 2011 1 commit
    • keuchel@chromium.org's avatar
      Introduce extended mode. · 1e9a7267
      keuchel@chromium.org authored
      This CL introduces a third mode next to the non-strict
      (henceforth called 'classic mode') and 'strict mode'
      which is called 'extended mode' as in the current
      ES.next specification drafts. The extended mode is based on
      the 'strict mode' and adds new functionality to it. This
      means that most of the semantics of these two modes
      coincide.
      
      The 'extended mode' is entered instead of the 'strict mode'
      during parsing when using the 'strict mode' directive
      "use strict" and when the the harmony-scoping flag is
      active. This should be changed once it is fully specified how the 'extended mode' is entered.
      
      This change introduces a new 3 valued enum LanguageMode
      (see globals.h) corresponding to the modes which is mostly
      used by the frontend code. This includes the following
      components:
      * (Pre)Parser
      * Compiler
      * SharedFunctionInfo, Scope and ScopeInfo
      * runtime functions: StoreContextSlot,
        ResolvePossiblyDirectEval, InitializeVarGlobal,
        DeclareGlobals
      
      The old enum StrictModeFlag is still used in the backend
      when the distinction between the 'strict mode' and the 'extended mode' does not matter. This includes:
      * SetProperty runtime function, Delete builtin
      * StoreIC and KeyedStoreIC
      * StubCache
      
      Review URL: http://codereview.chromium.org/8417035
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10062 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      1e9a7267
  9. 01 Nov, 2011 1 commit
  10. 27 Oct, 2011 1 commit
  11. 24 Oct, 2011 1 commit
  12. 17 Oct, 2011 2 commits
  13. 12 Oct, 2011 1 commit
  14. 08 Sep, 2011 2 commits
  15. 07 Sep, 2011 1 commit
  16. 16 Aug, 2011 1 commit
  17. 06 Jul, 2011 2 commits
  18. 01 Jul, 2011 2 commits
  19. 24 Jun, 2011 1 commit
  20. 20 Jun, 2011 1 commit
  21. 07 Jun, 2011 1 commit
  22. 24 May, 2011 1 commit
  23. 19 May, 2011 2 commits
  24. 06 May, 2011 1 commit
  25. 04 Feb, 2011 1 commit
  26. 14 Jan, 2011 1 commit
  27. 04 Jan, 2011 1 commit
  28. 29 Nov, 2010 1 commit
  29. 23 Nov, 2010 1 commit
  30. 18 Nov, 2010 1 commit
  31. 13 Nov, 2010 1 commit
  32. 11 Nov, 2010 2 commits
  33. 05 Nov, 2010 1 commit
  34. 04 Nov, 2010 1 commit