Add possibility to configure 'prototype' property via FunctionTemplate
authorjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Jun 2011 12:39:45 +0000 (12:39 +0000)
committerjkummerow@chromium.org <jkummerow@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 22 Jun 2011 12:39:45 +0000 (12:39 +0000)
commit1e1387f12c8822a2df0d024e938f1b6874c50f25
tree1f09350b60dd4514cf47e258545761c6a9af0be3
parente8b2016b58662fdedc8d19e2c96492bb23906436
Add possibility to configure 'prototype' property via FunctionTemplate

BUG=v8:1479
TEST=test-api/SetPrototypeProperties

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

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