Change the tests which looks at the number of scripts in the VM after startup to...
authorsgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 10:33:31 +0000 (10:33 +0000)
committersgjesse@chromium.org <sgjesse@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 9 Mar 2009 10:33:31 +0000 (10:33 +0000)
commit5c32385a70c8255cb5e80258d96ff8d05b99db7b
tree028616660b1a1ac10443da806a2bd4b6f9c2fdf2
parent5b1ae4a070f1b481e9a8cc11c2795e468d36992a
Change the tests which looks at the number of scripts in the VM after startup to ignore native scripts without name.

Native scripts without name are currently only the script holding the empty script and the script holding the source for the empty function. These two unnamed scripts are created for each context. When running with snapshot an additional context is created during startup adding two more native scripts that in the non-snapshot case.
Review URL: http://codereview.chromium.org/39333

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1448 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
test/mjsunit/debug-script.js