Go to file
mikhail.naganov@gmail.com 5470f9b132 Add an ability to initiate GC through V8 API.
I'm planning to use it in DevTools heap profiler. It is a common scenario in debugging memory leaks to enforce GC, then perform an operation, then enforce GC again to check for non-collected (that is, leaked) objects. Using the existing GC extension isn't possible because it doesn't exposed in the normal operation mode of Chromium.

Review URL: http://codereview.chromium.org/159787

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2619 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-08-04 14:14:01 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Add an ability to initiate GC through V8 API. 2009-08-04 14:14:01 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src Add an ability to initiate GC through V8 API. 2009-08-04 14:14:01 +00:00
test Add an ability to initiate GC through V8 API. 2009-08-04 14:14:01 +00:00
tools X64: enable stack sampling in profiler. 2009-07-31 11:07:05 +00:00
AUTHORS Clarify precedence of operations involving bitwise and(&) in x64/assembler. 2009-06-19 09:12:20 +00:00
ChangeLog Prepare push to trunk. We are now working towards version 1.3.2. 2009-07-30 14:18:09 +00:00
LICENSE Remove JSCRE 2009-02-25 08:08:01 +00:00
SConstruct Enable C++ missing virtual destructor warning. 2009-07-31 12:19:20 +00:00