Move string-related runtime functions into separate files.
authoryangguo@chromium.org <yangguo@chromium.org>
Mon, 29 Sep 2014 07:08:15 +0000 (07:08 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Mon, 29 Sep 2014 07:08:15 +0000 (07:08 +0000)
commit3ef16353ba3d1a0a15d663ab2487926350efbfe1
tree1bdbdd9ab363f5fd3639f88f7f0e0b7054358d71
parent4e116f383bfa548d3eaa13d548b45311efd594b9
Move string-related runtime functions into separate files.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24261 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
BUILD.gn
src/runtime/runtime-json.cc [new file with mode: 0644]
src/runtime/runtime-regexp.cc [new file with mode: 0644]
src/runtime/runtime-strings.cc [new file with mode: 0644]
src/runtime/runtime-uri.cc [moved from src/uri.h with 55% similarity]
src/runtime/runtime.cc
src/runtime/runtime.h
src/runtime/string-builder.h [new file with mode: 0644]
tools/gyp/v8.gyp