summaryrefslogtreecommitdiffstats
path: root/gin/function_template.h
Commit message (Expand)AuthorAgeFilesLines
* gin: Add ability to install call-as-function handlers on gin::Wrappablejochen@chromium.org2014-03-101-0/+14
* gin: Only use primitive types for creating function templatesjochen@chromium.org2014-02-111-33/+51
* Gin: Fix console module to be varargs again.aa@chromium.org2014-01-061-1/+5
* Add a simple one shot and repeating timer API for Mojo.js.aa@chromium.org2013-12-211-0/+7
* Implement more of the JavaScript GL API.aa@chromium.org2013-12-211-10/+134
* Do not use (mostly) deprecated FunctionTemplate::New and Object::New functions.svenpanne@chromium.org2013-12-191-0/+1
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-5/+0
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-3/+3
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-121-0/+3
* [gin] WrappableBase's dtor needs to be virtualjochen@chromium.org2013-12-111-2/+2
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-081-7/+6
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-061-8/+1
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-149/+144
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-051-5/+11
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-0/+5
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-8/+71
* Implement support in function_template.h for return types.aa@chromium.org2013-11-261-59/+161
* Use pump to generate more overloads of CreateFunctionTemplate.aa@chromium.org2013-11-261-7/+113
* First cut at gin::Bind().aa@chromium.org2013-11-231-0/+85