Add CallAsFunction method to the Object class in the API
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 May 2011 13:03:08 +0000 (13:03 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 May 2011 13:03:08 +0000 (13:03 +0000)
commit82a04c7fdcfe76badf2cc8b477d814d077ee9c10
treef124051cb61c222de99b6000d2b0a87712894567
parent23b770759db1213571d03e0c7bd4a1ac249b5446
Add CallAsFunction method to the Object class in the API

Patch by Peter Varga.

BUG=v8:1336
TEST=cctest/test-api/CallAsFunction

Review URL: http://codereview.chromium.org/6883045

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@7781 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/execution.cc
src/execution.h
test/cctest/test-api.cc