Make KeyedStores from a sloppy arguments array use a handler.
authormvstanton <mvstanton@chromium.org>
Thu, 28 May 2015 14:55:59 +0000 (07:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 28 May 2015 14:56:15 +0000 (14:56 +0000)
commit3a1d7335cf6a623f39c306e0bc0e82ccccc54818
tree26257c454e032588af390e20f1d594f897d46c94
parentdd430071e29513a806dcade31f24c4b736906576
Make KeyedStores from a sloppy arguments array use a handler.

This finishes up work begun by CL (https://codereview.chromium.org/546683003/) some months ago.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28683}
14 files changed:
src/builtins.cc
src/builtins.h
src/code-stubs-hydrogen.cc
src/code-stubs.cc
src/code-stubs.h
src/ic/arm/ic-arm.cc
src/ic/arm64/ic-arm64.cc
src/ic/ia32/ic-ia32.cc
src/ic/ic-compiler.cc
src/ic/ic.cc
src/ic/ic.h
src/ic/mips/ic-mips.cc
src/ic/mips64/ic-mips64.cc
src/ic/x64/ic-x64.cc