v8/test
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
..
cctest Add an ability to initiate GC through V8 API. 2009-08-04 14:14:01 +00:00
message Change tests status for x64, make test runner pass --arch flag to Scons, add to x64 disassembler. Copied from http://codereview.chromium.org/155346 so it can be committed. 2009-07-14 11:39:45 +00:00
mjsunit Add safe handling of NaN to Posix platform-dependent time functions. 2009-08-04 09:41:18 +00:00
mozilla X64: Set mozilla.status to reflect actual status of X64 tests. 2009-08-04 10:22:36 +00:00