DescriptionChange deprecated semantics of function template signatures.
This changes how FunctionTemplate interprets a Signature that specifies
compatible receivers and arguments. Only the hidden prototype chain will
be considered when searching for compatible receivers. This prevents
JavaScript from modifying the inheritance relationship set up by the
embedder.
R=rossberg@chromium.org
BUG=v8:2268
TEST=cctest/test-api
Committed: http://code.google.com/p/v8/source/detail?r=13131
Patch Set 1 #
Total comments: 2
Patch Set 2 : Addressed comments by Andreas Rossberg. #
Messages
Total messages: 4 (0 generated)
|