v8/include
kmillikin@chromium.org 0a7010458a Remove the static qualifier from functions in header files.
This shaves 416+ KB, just under 1% off the size of the debug d8 executable
on Linux (mostly because the CheckHelper functions for assertions were
getting separate copies for each compilation unit).  The difference in
release builds is negligible---a size reduction of 0.1%.

Also, change namespace-level 'static const' variables to remove the static
storage class as it's the default.

R=danno@chromium.org
BUG=
TEST=

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@10083 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2011-11-29 10:56:11 +00:00
..
v8-debug.h API: Added Debug::DisableAgent to match existing Debug::EnableAgent 2011-09-21 11:34:05 +00:00
v8-preparser.h Strict mode detection in preparser. 2011-05-06 11:41:15 +00:00
v8-profiler.h Add v8::HeapGraphNode::GetHeapValue method. 2011-09-26 14:38:29 +00:00
v8-testing.h ARM: Port r7089 to ARM 2011-03-10 13:58:20 +00:00
v8.h Remove the static qualifier from functions in header files. 2011-11-29 10:56:11 +00:00
v8stdint.h Extract essential type declarations into separate file. 2010-11-04 08:52:49 +00:00