summaryrefslogtreecommitdiffstats
path: root/gin/wrappable_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gin/.avi2015-12-211-0/+1
* Reland: Plugin Placeholders: Refactor for platforms that don't support pluginstommycli2015-06-111-67/+5
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-4/+4
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-4/+4
* gin: Use V8 Maybe APIsbashi2015-05-291-4/+4
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-22/+22
* [gin] Use variadic templates in gin/function_template.hkolczyk2014-10-241-4/+4
* Standardize usage of virtual/override/final in gin/dcheng2014-10-231-9/+6
* Replacing the OVERRIDE with override and FINAL with final in /src/ginanujk.sharma2014-10-061-3/+3
* Added IsConstructorCall to gin::Arguments.kolczyk@opera.com2014-07-181-2/+27
* Remove WrappableTest.ErrorInObjectConstructorPropertyjochen@chromium.org2014-06-271-22/+0
* Get rid of even more Script::New calls in Chromium.marja@chromium.org2014-03-121-1/+1
* gin: Add ability to install call-as-function handlers on gin::Wrappablejochen@chromium.org2014-03-101-0/+54
* gin: Bug fix: Fix CreateHandle to return an emtpy handle in some extreme caseshajimehoshi@chromium.org2014-02-281-0/+22
* Use Script::Compile instead of Script::Newmarja@chromium.org2014-02-271-2/+2
* Remove usage of deprecate v8::Number constructors from ginjochen@chromium.org2014-01-031-1/+1
* [gin] fix casting WrappableBase to a derived classjochen@chromium.org2013-12-191-1/+13
* Add support for wrapping classes indirectly inherited from gin::Wrappable<T>aa@chromium.org2013-12-191-8/+55
* [gin] Introduce Wrappable::GetObjectTemplatejochen@chromium.org2013-12-171-22/+8
* [gin] Declare a wrappable's kWrapperInfo on the class deriving from Wrappablejochen@chromium.org2013-12-121-3/+9
* [gin] WrappableBase's dtor needs to be virtualjochen@chromium.org2013-12-111-1/+1
* Gin: Make it easier to implement Wrappable.aa@chromium.org2013-12-081-44/+10
* Gin: Consolidate all the Converter<Wrappable> subclasses.aa@chromium.org2013-12-061-8/+70
* Gin: Add support for binding JS methods to C++ instance methods.aa@chromium.org2013-12-061-31/+8
* gin::Wrappable shouldn't inherit from base::RefCountedabarth@chromium.org2013-12-051-6/+7
* Remove usage of deprecagted V8 API from gin/jochen@chromium.org2013-11-281-3/+3
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-2/+2
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-1/+1
* [Gin] Add a mechanism for wrapping C++ objectabarth@chromium.org2013-11-211-0/+137