summaryrefslogtreecommitdiffstats
path: root/gin/arguments.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gin/.avi2015-12-211-1/+0
* Check whether the handle returned by PeekNext() is empty before accessing itjochen2015-07-131-0/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-1/+4
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-4/+1
* gin: Use V8 Maybe APIsbashi2015-05-291-1/+4
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-3/+3
* Added IsConstructorCall to gin::Arguments.kolczyk@opera.com2014-07-181-0/+4
* Move TestRunner from CppVariable to gin::Wrappablehajimehoshi@chromium.org2014-03-141-0/+11
* Beginning of JS Mojo API to GL.aa@chromium.org2013-12-131-3/+3
* [gin] Turn gin into a componentjochen@chromium.org2013-12-121-1/+2
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-5/+1
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-13/+15
* [Gin] Add documentation to explain how Gin worksabarth@chromium.org2013-11-271-0/+3
* First cut at gin::Bind().aa@chromium.org2013-11-231-0/+6
* Add console.log support to gin_shellabarth@chromium.org2013-11-191-0/+16
* This CL implements the Asynchronous Module Definition (AMD)abarth@chromium.org2013-11-171-0/+2
* Begin implementing V8 bindings for Mojoabarth@chromium.org2013-11-121-0/+54