v8/test
sgjesse@chromium.org 747e20c449 Mark the empty script object, the script for the empty function and the D8 utility script as native scripts.
This is mainly to avoid these scripts showing up in the debugger when showing normal scripts.

Removed the check for the empty script in the debugger function returning loaded scripts as this check only filtered out the empty script from the debugger context and not empty scripts in all other contexts. Also this filter did not take the script for the empty function into account.
Review URL: http://codereview.chromium.org/39322

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1443 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-03-09 08:44:59 +00:00
..
cctest Get rid or heap allocation in stack sampler to avoid deadlocks. 2009-03-06 13:07:57 +00:00
message Added reporting compilation errors. 2008-12-05 08:35:52 +00:00
mjsunit Mark the empty script object, the script for the empty function and the D8 utility script as native scripts. 2009-03-09 08:44:59 +00:00
mozilla Add support for \b and ^ and $ in multiline mode, completing Irregexp 2009-01-19 18:56:47 +00:00