Description[runtime] Make target checking for %Call and %_Call consistent.
The %_Call intrinsic (if supported by the compiler) is lowered directly
to the Call builtin and thus throws a TypeError if the target is not
callable. The %Call runtime function also eventually calls into the Call
builtin, but had an early abort if the target is not a JSReceiver, which
is unnecessary and leads to various test failures for Ignition.
R=mvstanton@chromium.org
Committed: https://crrev.com/458764621b2b667ea349d0a8fd8361cc99d7bf51
Cr-Commit-Position: refs/heads/master@{#34316}
Patch Set 1 #
Messages
Total messages: 10 (3 generated)
|