1. 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
  2. 17 Jun, 2010 8 commits
  3. 16 Jun, 2010 8 commits
  4. 15 Jun, 2010 3 commits
  5. 14 Jun, 2010 12 commits
  6. 11 Jun, 2010 8 commits