- Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.
authoriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Oct 2009 15:26:38 +0000 (15:26 +0000)
committeriposva@chromium.org <iposva@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 14 Oct 2009 15:26:38 +0000 (15:26 +0000)
commite0b8ab8815f51f8c37a27301a50de0c10d709827
treed9a46cbaf411fbbd6e501301df6121b587b251e7
parenta6d3c1628ec4a4118b1af2ce1a791c95b17161ef
- Add String::Concat(Handle<String> left, Handle<String> right) to the V8 API.

This is the first step to address http://crbug.com/23131 by creating
a series of V8 ConsStrings as more data arrives from the server.

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

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