• Home
Name Date Size #Lines LOC

..--

modules/03-May-2024-687468

public/03-May-2024-16281

shell/03-May-2024-8666

test/03-May-2024-632448

DEPSD03-May-202440 54

OWNERSD03-May-202456 43

READMED03-May-2024448 97

arguments.ccD03-May-20241.1 KiB4934

arguments.hD03-May-20242 KiB8159

array_buffer.ccD03-May-20245.7 KiB177110

array_buffer.hD03-May-20242 KiB8159

context_holder.ccD03-May-2024831 3420

converter.ccD03-May-20245.7 KiB194157

converter.hD03-May-20246.1 KiB195158

converter_unittest.ccD03-May-20244.8 KiB134110

dictionary.ccD03-May-20241.1 KiB4330

dictionary.hD03-May-20242 KiB6636

function_template.ccD03-May-2024818 2716

function_template.hD03-May-202410.2 KiB358271

function_template.h.pumpD03-May-20246 KiB214170

gin.gypD03-May-20243 KiB123121

gin.target.darwin-arm.mkD03-May-20246.5 KiB285236

gin.target.darwin-mips.mkD03-May-20246.3 KiB279230

gin.target.darwin-x86.mkD03-May-20246.4 KiB285236

gin.target.linux-arm.mkD03-May-20246.5 KiB285236

gin.target.linux-mips.mkD03-May-20246.3 KiB279230

gin.target.linux-x86.mkD03-May-20246.4 KiB285236

gin_export.hD03-May-2024706 3020

handle.hD03-May-20241.8 KiB6946

isolate_holder.ccD03-May-20242 KiB8061

object_template_builder.ccD03-May-20241.1 KiB3725

object_template_builder.hD03-May-20244.6 KiB12582

per_context_data.ccD03-May-20241.4 KiB5336

per_context_data.hD03-May-20241.8 KiB6334

per_isolate_data.ccD03-May-20241.7 KiB5742

per_isolate_data.hD03-May-20242.1 KiB6132

runner.ccD03-May-20242.5 KiB10373

runner.hD03-May-20242.5 KiB8853

runner_unittest.ccD03-May-2024919 3825

try_catch.ccD03-May-20241.1 KiB5034

try_catch.hD03-May-2024643 3419

wrappable.ccD03-May-20242.3 KiB7349

wrappable.hD03-May-20243 KiB10254

wrappable_unittest.ccD03-May-20244.4 KiB150110

wrapper_info.ccD03-May-2024568 1810

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