summaryrefslogtreecommitdiffstats
path: root/gin/converter_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gin/.avi2015-12-211-1/+2
* Cleanup: Correctly spell success(ful).thestig2015-11-231-2/+2
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-10/+7
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-7/+10
* gin: Use V8 Maybe APIsbashi2015-05-291-10/+7
* Reland of "Adding task runner/ message loop to tests that use IsolateHolder."ssid2015-05-071-2/+2
* gin: Use v8::Local instead of v8::Handle.tfarina2015-05-041-4/+4
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-1/+1
* Convert the few remaining ARRAYSIZE_UNSAFE -> arraysize.viettrungluu2014-10-171-3/+3
* gin: Stop converting float values into integers implicitlyhajimehoshi@chromium.org2014-04-161-1/+1
* gin: Automatic conversion from JS number to intgerhajimehoshi@chromium.org2014-03-141-1/+1
* Remove usage of deprecate v8::Number constructors from ginjochen@chromium.org2014-01-031-2/+3
* Remove usage of deprecagted V8 API from gin/jochen@chromium.org2013-11-281-28/+28
* Convert the rest of the functions in core.cc to use CreateFunctionTemplate.aa@chromium.org2013-11-271-4/+8
* [gin] add support for non-gin managed isolates in gin.jochen@chromium.org2013-11-221-1/+1
* Introduce a Gin class instead of using global functions to control ginjochen@chromium.org2013-11-191-7/+8
* This CL introduces a lightweight bindings system for V8 called ginabarth@chromium.org2013-11-101-0/+128