Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
modules/ | 03-May-2024 | - | 687 | 468 | ||
public/ | 03-May-2024 | - | 162 | 81 | ||
shell/ | 03-May-2024 | - | 86 | 66 | ||
test/ | 03-May-2024 | - | 632 | 448 | ||
DEPS | D | 03-May-2024 | 40 | 5 | 4 | |
OWNERS | D | 03-May-2024 | 56 | 4 | 3 | |
README | D | 03-May-2024 | 448 | 9 | 7 | |
arguments.cc | D | 03-May-2024 | 1.1 KiB | 49 | 34 | |
arguments.h | D | 03-May-2024 | 2 KiB | 81 | 59 | |
array_buffer.cc | D | 03-May-2024 | 5.7 KiB | 177 | 110 | |
array_buffer.h | D | 03-May-2024 | 2 KiB | 81 | 59 | |
context_holder.cc | D | 03-May-2024 | 831 | 34 | 20 | |
converter.cc | D | 03-May-2024 | 5.7 KiB | 194 | 157 | |
converter.h | D | 03-May-2024 | 6.1 KiB | 195 | 158 | |
converter_unittest.cc | D | 03-May-2024 | 4.8 KiB | 134 | 110 | |
dictionary.cc | D | 03-May-2024 | 1.1 KiB | 43 | 30 | |
dictionary.h | D | 03-May-2024 | 2 KiB | 66 | 36 | |
function_template.cc | D | 03-May-2024 | 818 | 27 | 16 | |
function_template.h | D | 03-May-2024 | 10.2 KiB | 358 | 271 | |
function_template.h.pump | D | 03-May-2024 | 6 KiB | 214 | 170 | |
gin.gyp | D | 03-May-2024 | 3 KiB | 123 | 121 | |
gin.target.darwin-arm.mk | D | 03-May-2024 | 6.5 KiB | 285 | 236 | |
gin.target.darwin-mips.mk | D | 03-May-2024 | 6.3 KiB | 279 | 230 | |
gin.target.darwin-x86.mk | D | 03-May-2024 | 6.4 KiB | 285 | 236 | |
gin.target.linux-arm.mk | D | 03-May-2024 | 6.5 KiB | 285 | 236 | |
gin.target.linux-mips.mk | D | 03-May-2024 | 6.3 KiB | 279 | 230 | |
gin.target.linux-x86.mk | D | 03-May-2024 | 6.4 KiB | 285 | 236 | |
gin_export.h | D | 03-May-2024 | 706 | 30 | 20 | |
handle.h | D | 03-May-2024 | 1.8 KiB | 69 | 46 | |
isolate_holder.cc | D | 03-May-2024 | 2 KiB | 80 | 61 | |
object_template_builder.cc | D | 03-May-2024 | 1.1 KiB | 37 | 25 | |
object_template_builder.h | D | 03-May-2024 | 4.6 KiB | 125 | 82 | |
per_context_data.cc | D | 03-May-2024 | 1.4 KiB | 53 | 36 | |
per_context_data.h | D | 03-May-2024 | 1.8 KiB | 63 | 34 | |
per_isolate_data.cc | D | 03-May-2024 | 1.7 KiB | 57 | 42 | |
per_isolate_data.h | D | 03-May-2024 | 2.1 KiB | 61 | 32 | |
runner.cc | D | 03-May-2024 | 2.5 KiB | 103 | 73 | |
runner.h | D | 03-May-2024 | 2.5 KiB | 88 | 53 | |
runner_unittest.cc | D | 03-May-2024 | 919 | 38 | 25 | |
try_catch.cc | D | 03-May-2024 | 1.1 KiB | 50 | 34 | |
try_catch.h | D | 03-May-2024 | 643 | 34 | 19 | |
wrappable.cc | D | 03-May-2024 | 2.3 KiB | 73 | 49 | |
wrappable.h | D | 03-May-2024 | 3 KiB | 102 | 54 | |
wrappable_unittest.cc | D | 03-May-2024 | 4.4 KiB | 150 | 110 | |
wrapper_info.cc | D | 03-May-2024 | 568 | 18 | 10 |
README
1Gin - Lightweight bindings for V8 2================================= 3 4This directory contains gin, a lightweight bindings library for V8. These 5bindings are not compatible with the V8 bindings used by Blink because both 6want to control the v8::Isolate's internal data field. Maybe in some future 7world we'll refactor the Blink V8 bindings to use this system. In the meantime, 8these bindings are convenient for projects other than Blink that use V8. 9