Remove support for signatures with arguments
authorjochen <jochen@chromium.org>
Wed, 14 Jan 2015 14:43:58 +0000 (06:43 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 14 Jan 2015 14:44:10 +0000 (14:44 +0000)
commitc65799e7c509bd21ce8e2817827ddf51d71e8c94
tree2cd73f90ee5ee8bc0c6bf171a5a13bb821e495f4
parente8b9f2d70b8bfd24a69a5a4390a26e8ed945d8e0
Remove support for signatures with arguments

Support for it is slow and difficult to implement, and it's not used in
Blink. An embedder that uses this feature will have to check the
argument types itself.

BUG=none
R=dcarney@chromium.org
LOG=y

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

Cr-Commit-Position: refs/heads/master@{#26058}
include/v8.h
src/api.cc
test/cctest/test-api.cc