Home | History | Annotate | only in /external/chromium_org/gin
Up to higher level directory
NameDateSize
arguments.cc20-Jun-20141.1K
arguments.h20-Jun-20142K
array_buffer.cc20-Jun-20145.7K
array_buffer.h20-Jun-20142K
context_holder.cc20-Jun-2014831
converter.cc20-Jun-20145.7K
converter.h20-Jun-20146.1K
converter_unittest.cc20-Jun-20144.8K
DEPS20-Jun-201440
dictionary.cc20-Jun-20141.1K
dictionary.h20-Jun-20142K
function_template.cc20-Jun-2014818
function_template.h20-Jun-201410.2K
function_template.h.pump20-Jun-20146K
gin.gyp20-Jun-20143K
gin.target.darwin-arm.mk20-Jun-20146.5K
gin.target.darwin-mips.mk20-Jun-20146.3K
gin.target.darwin-x86.mk20-Jun-20146.4K
gin.target.linux-arm.mk20-Jun-20146.5K
gin.target.linux-mips.mk20-Jun-20146.3K
gin.target.linux-x86.mk20-Jun-20146.4K
gin_export.h20-Jun-2014706
handle.h20-Jun-20141.8K
isolate_holder.cc20-Jun-20142K
modules/20-Jun-2014
object_template_builder.cc20-Jun-20141.1K
object_template_builder.h20-Jun-20144.6K
OWNERS20-Jun-201456
per_context_data.cc20-Jun-20141.4K
per_context_data.h20-Jun-20141.8K
per_isolate_data.cc20-Jun-20141.7K
per_isolate_data.h20-Jun-20142.1K
public/20-Jun-2014
README20-Jun-2014448
runner.cc20-Jun-20142.5K
runner.h20-Jun-20142.5K
runner_unittest.cc20-Jun-2014919
shell/20-Jun-2014
test/20-Jun-2014
try_catch.cc20-Jun-20141.1K
try_catch.h20-Jun-2014643
wrappable.cc20-Jun-20142.3K
wrappable.h20-Jun-20143K
wrappable_unittest.cc20-Jun-20144.4K
wrapper_info.cc20-Jun-2014568

README

      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.
      9