Disable externalization of sliced/cons strings in old pointer space.
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 30 Sep 2013 16:42:19 +0000 (16:42 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 30 Sep 2013 16:42:19 +0000 (16:42 +0000)
commit3f461303bd43026fa1c6400d1be1edf73fe94d7f
tree54222594c8ce65f84e929083d9be89128b6117fc
parentaa4eaeebeefebb116a6d88a6061638ed2ed12d05
Disable externalization of sliced/cons strings in old pointer space.

This is a temporary workaround for the fact that a good deal of the code that triggers access checks, which in turn externalize strings, is not yet handlified and therefore not GC safe.

R=yangguo@chromium.org

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17023 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/api.cc