API: added function to find instance of template in prototype chain.
authorvitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 6 Aug 2009 13:35:21 +0000 (13:35 +0000)
committervitalyr@chromium.org <vitalyr@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 6 Aug 2009 13:35:21 +0000 (13:35 +0000)
commitd6fcda0044a986a9c14e1eb9234d18bbfe42e78c
tree0a073cbeee3d29ab1ded9fb8a7d14b6e10954d4c
parent5ae761cc159d68696f2703da27a5f9b462e439f5
API: added function to find instance of template in prototype chain.

Also inlined Object::IsInstanceOf.

This new function is intended to be used to speed up DOM bindings.

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

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