summaryrefslogtreecommitdiffstats
path: root/gin/function_template.cc
Commit message (Expand)AuthorAgeFilesLines
* gin: Only use primitive types for creating function templatesjochen@chromium.org2014-02-111-1/+19
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-14/+3
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-121-1/+1
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-081-5/+1
* Remove usage of deprecagted V8 API from gin/jochen@chromium.org2013-11-281-1/+2
* Implement support in function_template.h for return types.aa@chromium.org2013-11-261-9/+12
* First cut at gin::Bind().aa@chromium.org2013-11-231-0/+26