summaryrefslogtreecommitdiffstats
path: root/gin/interceptor_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Switch to standard integer types in gin/.avi2015-12-211-0/+3
* Re-land: gin: Use V8 Maybe APIsbashi2015-06-021-1/+1
* Revert of gin: Use V8 Maybe APIs (patchset #7 id:160001 of https://codereview...bashi2015-05-291-1/+1
* gin: Use V8 Maybe APIsbashi2015-05-291-1/+1
* Replace Handle<> with Local in remaining gin/*deepak.s2015-04-301-5/+5
* replace to be deprecated v8::PersistentValueMap with v8::GlobalValueMapdcarney2015-04-241-1/+1
* Standardize usage of virtual/override/final in gin/dcheng2014-10-231-17/+16
* Replacing the OVERRIDE with override and FINAL with final in /src/ginanujk.sharma2014-10-061-7/+7
* [gin] Allow interceptors to signal whether a they intercepted somethingjochen@chromium.org2014-08-131-8/+29
* Add a function template cache to the interceptor unittestjochen@chromium.org2014-06-271-4/+20
* gin: Add the concept of named and indexed interceptors.jochen@chromium.org2014-03-121-0/+159