X87: [strong] Check arity of functions
authorchunyang.dai <chunyang.dai@intel.com>
Wed, 13 May 2015 11:15:42 +0000 (04:15 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 13 May 2015 11:15:34 +0000 (11:15 +0000)
commitfecaed531be62416d977bd2b365f43058f7bf8ba
tree33493a6adb28fb135954364861c7c9b4f4fa1750
parent6803006b2d0b77022ece49cd549fa57ca84a45f4
X87: [strong] Check arity of functions

port 3226e980200035f37c86fef4b11fb307e17764a2 (28346).

original commit message:

    [strong] Check arity of functions

    In strong mode it is an error to call a function with too few
    arguments.

    This is enforced inside the ArgumentsAdaptorTrampoline.

    This does not yet handle rest parameter

BUG=

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

Cr-Commit-Position: refs/heads/master@{#28387}
src/x87/builtins-x87.cc