summaryrefslogtreecommitdiffstats
path: root/gin/object_template_builder.cc
Commit message (Expand)AuthorAgeFilesLines
* gin: Add out-of-line copy ctors for complex classes.vmpstr2016-02-251-0/+3
* Switch to standard integer types in gin/.avi2015-12-211-0/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-4/+10
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-10/+4
* gin: Use V8 Maybe APIsbashi2015-05-291-4/+10
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-9/+9
* [gin] Allow interceptors to signal whether a they intercepted somethingjochen@chromium.org2014-08-131-2/+4
* gin: Add the concept of named and indexed interceptors.jochen@chromium.org2014-03-121-0/+141
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-0/+2
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-0/+8
* Implement gin::ObjectTemplateBuilderaa@chromium.org2013-11-291-0/+28