summaryrefslogtreecommitdiffstats
path: root/gin/wrappable_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* 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