Create an abstraction for the string type flags so that they can be cached.
authorerik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 3 Nov 2008 10:16:05 +0000 (10:16 +0000)
committererik.corry@gmail.com <erik.corry@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 3 Nov 2008 10:16:05 +0000 (10:16 +0000)
commiteca89dc765641f1b1d7fbeaf50a0fb592208c43b
treec3c43dc7231245a1839a5b60d54f0f8772a8628d
parentec3c4ced394abc1c7376d5f048aa50f3cfb3688f
Create an abstraction for the string type flags so that they can be cached.
Read the objects.h change first to understand what's going on here.
Review URL: http://codereview.chromium.org/9038

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@675 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
22 files changed:
src/api.cc
src/bootstrapper.cc
src/codegen.cc
src/compiler.cc
src/conversions.cc
src/factory.cc
src/factory.h
src/handles.cc
src/heap.cc
src/heap.h
src/jsregexp.cc
src/log.cc
src/objects-debug.cc
src/objects-inl.h
src/objects.cc
src/objects.h
src/parser.cc
src/prettyprinter.cc
src/property.h
src/runtime.cc
test/cctest/test-heap.cc
test/cctest/test-strings.cc