Move (uppercase) JS builtins from js builtins object to native context.
authoryangguo <yangguo@chromium.org>
Thu, 27 Aug 2015 10:18:21 +0000 (03:18 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 27 Aug 2015 10:18:42 +0000 (10:18 +0000)
commitb42c4459e64bb8afff40917ed5df1cd1edc6642b
tree391e4c8f9324d85ce4bcbdda6e8b26e4aabb9c65
parent7db48046ea7c324efe8fd65512b69e43b1f39ebe
Move (uppercase) JS builtins from js builtins object to native context.

R=bmeurer@chromium.org, mstarzinger@chromium.org, rmcilroy@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#30402}
68 files changed:
src/api.cc
src/arm/builtins-arm.cc
src/arm/code-stubs-arm.cc
src/arm/macro-assembler-arm.cc
src/arm/macro-assembler-arm.h
src/arm64/builtins-arm64.cc
src/arm64/code-stubs-arm64.cc
src/arm64/macro-assembler-arm64.cc
src/arm64/macro-assembler-arm64.h
src/bootstrapper.cc
src/bootstrapper.h
src/builtins.cc
src/builtins.h
src/compiler/ast-graph-builder.cc
src/compiler/ast-graph-builder.h
src/compiler/interpreter-assembler.cc
src/compiler/interpreter-assembler.h
src/compiler/js-generic-lowering.cc
src/compiler/js-generic-lowering.h
src/compiler/pipeline.cc
src/contexts.cc
src/contexts.h
src/full-codegen/arm/full-codegen-arm.cc
src/full-codegen/arm64/full-codegen-arm64.cc
src/full-codegen/full-codegen.cc
src/full-codegen/ia32/full-codegen-ia32.cc
src/full-codegen/mips/full-codegen-mips.cc
src/full-codegen/mips64/full-codegen-mips64.cc
src/full-codegen/ppc/full-codegen-ppc.cc
src/full-codegen/x64/full-codegen-x64.cc
src/full-codegen/x87/full-codegen-x87.cc
src/hydrogen.cc
src/hydrogen.h
src/ia32/builtins-ia32.cc
src/ia32/code-stubs-ia32.cc
src/ia32/macro-assembler-ia32.cc
src/ia32/macro-assembler-ia32.h
src/ic/ic.cc
src/ic/ic.h
src/interpreter/interpreter.cc
src/interpreter/interpreter.h
src/isolate.h
src/mips/builtins-mips.cc
src/mips/code-stubs-mips.cc
src/mips/macro-assembler-mips.cc
src/mips/macro-assembler-mips.h
src/mips64/builtins-mips64.cc
src/mips64/code-stubs-mips64.cc
src/mips64/macro-assembler-mips64.cc
src/mips64/macro-assembler-mips64.h
src/objects-inl.h
src/objects.h
src/ppc/builtins-ppc.cc
src/ppc/code-stubs-ppc.cc
src/ppc/macro-assembler-ppc.cc
src/ppc/macro-assembler-ppc.h
src/runtime.js
src/runtime/runtime-internal.cc
src/runtime/runtime.h
src/x64/builtins-x64.cc
src/x64/code-stubs-x64.cc
src/x64/macro-assembler-x64.cc
src/x64/macro-assembler-x64.h
src/x87/builtins-x87.cc
src/x87/code-stubs-x87.cc
src/x87/macro-assembler-x87.cc
src/x87/macro-assembler-x87.h
test/unittests/compiler/interpreter-assembler-unittest.cc