Move some Runtime:: functions and remove runtime.h as include when unnecessary.
authoryangguo@chromium.org <yangguo@chromium.org>
Mon, 20 Oct 2014 12:07:45 +0000 (12:07 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Mon, 20 Oct 2014 12:07:45 +0000 (12:07 +0000)
commitb1d4bf41582db8481c6c96ae5db86d27062ff5a9
treebe1da49da9423394867100ad33053fc162baf2dd
parent010f089971c5255c8f6850caef671bcac759f1b7
Move some Runtime:: functions and remove runtime.h as include when unnecessary.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24736 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
27 files changed:
src/api.cc
src/runtime/runtime-array.cc
src/runtime/runtime-collections.cc
src/runtime/runtime-compiler.cc
src/runtime/runtime-date.cc
src/runtime/runtime-debug.cc
src/runtime/runtime-function.cc
src/runtime/runtime-generator.cc
src/runtime/runtime-i18n.cc
src/runtime/runtime-internal.cc
src/runtime/runtime-json.cc
src/runtime/runtime-liveedit.cc
src/runtime/runtime-maths.cc
src/runtime/runtime-numbers.cc
src/runtime/runtime-object.cc
src/runtime/runtime-observe.cc
src/runtime/runtime-proxy.cc
src/runtime/runtime-regexp.cc
src/runtime/runtime-scopes.cc
src/runtime/runtime-strings.cc
src/runtime/runtime-symbol.cc
src/runtime/runtime-test.cc
src/runtime/runtime-uri.cc
src/runtime/runtime-utils.h
src/runtime/runtime.h
src/runtime/string-builder.h
test/cctest/test-func-name-inference.cc