Actually revert "Add Call method to the Object class in the API"
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 May 2011 11:07:09 +0000 (11:07 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 4 May 2011 11:07:09 +0000 (11:07 +0000)
commit24f19608d4dc319377f9eb260da2bbba618d6b23
tree10eb7288a40290010f0f0021612a96000a2418fb
parent26c775da942db625ce8cd8c6140d71f8fdc226df
Actually revert "Add Call method to the Object class in the API"

Tests are failing in debug mode.

This also reapplies the change "Make Date and RegExp inherit from
Object in the API" that I accidentally reverted.

R=sgjesse@chromium.org
BUG=
TEST=

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

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