Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(365)

Side by Side Diff: gin/README

Issue 67763002: Add gin, a lightweight bindings system for V8 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Aaron's comments Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gin/OWNERS ('k') | gin/array_buffer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Gin - Lightweight bindings for V8
2 =================================
3
4 This directory contains gin, a lightweight bindings library for V8. These
5 bindings are not compatible with the V8 bindings used by Blink because both
6 want to control the v8::Isolate's internal data field. Maybe in some future
7 world we'll refactor the Blink V8 bindings to use this system. In the meantime,
8 these bindings are convenient for projects other than Blink that use V8.
OLDNEW
« no previous file with comments | « gin/OWNERS ('k') | gin/array_buffer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698