Move i18n-related runtime functions into a separate file.
authoryangguo@chromium.org <yangguo@chromium.org>
Thu, 25 Sep 2014 07:16:15 +0000 (07:16 +0000)
committeryangguo@chromium.org <yangguo@chromium.org>
Thu, 25 Sep 2014 07:16:15 +0000 (07:16 +0000)
commit2a67e48f0e34fc015ccd70d3b174d071afc2c82f
tree69f027a8e73eabea3311d58aca609d3bdd1e8705
parent134bba4967496ca51e9d3c8b984b6f28f6c0f43f
Move i18n-related runtime functions into a separate file.

R=bmeurer@chromium.org

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

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@24202 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
39 files changed:
BUILD.gn
src/api.cc
src/arm/builtins-arm.cc
src/arm/code-stubs-arm.cc
src/arm/macro-assembler-arm.cc
src/arm64/builtins-arm64.cc
src/arm64/code-stubs-arm64.cc
src/arm64/macro-assembler-arm64.cc
src/assembler.cc
src/assembler.h
src/ast.h
src/codegen.cc
src/codegen.h
src/hydrogen.cc
src/ia32/code-stubs-ia32.cc
src/ia32/macro-assembler-ia32.cc
src/ic/ic.cc
src/isolate.h
src/jsregexp.cc
src/mips/builtins-mips.cc
src/mips/code-stubs-mips.cc
src/mips/macro-assembler-mips.cc
src/mips64/builtins-mips64.cc
src/mips64/code-stubs-mips64.cc
src/mips64/macro-assembler-mips64.cc
src/parser.cc
src/runtime/runtime-i18n.cc [new file with mode: 0644]
src/runtime/runtime-utils.h [new file with mode: 0644]
src/runtime/runtime.cc [moved from src/runtime.cc with 85% similarity]
src/runtime/runtime.h [moved from src/runtime.h with 51% similarity]
src/serialize.cc
src/x64/code-stubs-x64.cc
src/x87/code-stubs-x87.cc
src/x87/macro-assembler-x87.cc
test/cctest/test-func-name-inference.cc
test/cctest/test-serialize.cc
tools/check-name-clashes.py
tools/gyp/v8.gyp
tools/lexer-shell.cc