Split yet more runtime functions into separate files.
authoryangguo@chromium.org <yangguo@chromium.org>
Tue, 30 Sep 2014 10:46:04 +0000 (10:46 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Tue, 30 Sep 2014 10:46:04 +0000 (10:46 +0000)
commitaf635205ed376e8c02fe5e6faec35c5006c0fd2b
treeadd67f795ef6386fbee96466fe230ef0823b30d2
parentc1ee6247cae116c54093df116c479ab04a9fdfed
Split yet more runtime functions into separate files.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24323 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
BUILD.gn
src/runtime/runtime-function.cc [new file with mode: 0644]
src/runtime/runtime-literals.cc [new file with mode: 0644]
src/runtime/runtime-numbers.cc
src/runtime/runtime-observe.cc [new file with mode: 0644]
src/runtime/runtime-proxy.cc [new file with mode: 0644]
src/runtime/runtime-regexp.cc
src/runtime/runtime-scopes.cc [new file with mode: 0644]
src/runtime/runtime-symbol.cc [new file with mode: 0644]
src/runtime/runtime-test.cc
src/runtime/runtime.cc
tools/gyp/v8.gyp