Fix: FunctionTemplate::SetPrototypeAttributes broke prototype object
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 25 Jul 2011 15:01:45 +0000 (15:01 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 25 Jul 2011 15:01:45 +0000 (15:01 +0000)
commit0aab25fabfee7fccb69a1017a3f5c0ab66e78837
tree7a8632f828b884028b14075d63720dac930c9ea1
parent8ebf3993d646c7ca69ad76d9255faac83e2948e8
Fix: FunctionTemplate::SetPrototypeAttributes broke prototype object

BUG=v8:1539
TEST=cctest test-api/SetPrototypeAttributes

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8737 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/api.cc
src/apinatives.js
src/macros.py
src/objects-inl.h
src/objects.cc
src/objects.h
src/runtime.cc
src/runtime.h
test/cctest/test-api.cc