1. 09 Dec, 2015 1 commit
  2. 07 Dec, 2015 1 commit
  3. 16 Nov, 2015 1 commit
  4. 31 Jul, 2015 1 commit
  5. 23 Jan, 2015 1 commit
    • danno's avatar
      Remove the dependency of Zone on Isolate · c7b09aac
      danno authored
      Along the way:
      - Thread isolate parameter explicitly through code that used to
        rely on getting it from the zone.
      - Canonicalize the parameter position of isolate and zone for
        affected code
      - Change Hydrogen New<> instruction templates to automatically
        pass isolate
      
      R=mstarzinger@chromium.org
      LOG=N
      
      Review URL: https://codereview.chromium.org/868883002
      
      Cr-Commit-Position: refs/heads/master@{#26252}
      c7b09aac
  6. 19 Sep, 2014 1 commit
  7. 18 Sep, 2014 2 commits
  8. 04 Aug, 2014 1 commit
  9. 03 Jun, 2014 1 commit
  10. 25 Apr, 2014 1 commit
  11. 19 Sep, 2013 1 commit
  12. 26 Jun, 2013 2 commits
  13. 20 Jun, 2012 1 commit
  14. 11 Jun, 2012 1 commit
  15. 01 Jun, 2011 2 commits
  16. 31 May, 2011 1 commit
  17. 23 May, 2011 1 commit
  18. 18 Mar, 2011 3 commits
  19. 18 Jun, 2010 1 commit
    • sgjesse@chromium.org's avatar
      API: Resolve linker issues with using V8 as a DLL · 685cae60
      sgjesse@chromium.org authored
      This changes the way the constants kJSObjectType, kFirstNonstringType and kProxyType are made available to the inlined part of the V8 API. This change to fixed constants resolves linker this linker error Windows
      
      error LNK2001: unresolved external symbol "public: static int v8::internal::Internals::kJSObjectType" (?kJSObjectType@Internals@internal@v8@@2HA)
      
      when linking against a V8 DLL.
      
      This change also makes it possible to build all the C++ tests with ENABLE_DEBUGGER_SUPPORT not defined. Now C++ tests run ENABLE_DEBUGGER_SUPPORT not defined, and only the JavaScript tests which tests the debugger fails when ENABLE_DEBUGGER_SUPPORT is not defined.
      Review URL: http://codereview.chromium.org/2820016
      
      git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4898 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
      685cae60
  20. 27 Apr, 2010 1 commit
  21. 20 Apr, 2010 1 commit
  22. 19 Apr, 2010 1 commit