Track *all* external strings in the external string table.
authoryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 10 Dec 2013 12:11:45 +0000 (12:11 +0000)
committeryangguo@chromium.org <yangguo@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 10 Dec 2013 12:11:45 +0000 (12:11 +0000)
commitd9e076353257391df711c23799af503c329b4a5a
tree50c1d59ce8372934f3ddab8198e0c9f23170a6d8
parentf0cfb1cad9b597ee9ae072430ab9d3629457ae1b
Track *all* external strings in the external string table.

Up till now, external strings may be tracked in the string table
(for internalized strings) or the external string table, depending
on in which order internalize and externalize happened.

The internalized string table should not have to deal with external
strings, all of which should be tracked by the external string table.

R=svenpanne@chromium.org
BUG=326489
LOG=N

Review URL: https://codereview.chromium.org/103663006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18285 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/api.cc
src/heap.cc
src/heap.h
src/mark-compact.cc
test/cctest/test-api.cc