repo: src/v8 patches: - author: Shelley Vohr file: add_realloc.patch description: | Blink overrides ArrayBuffer's allocator with its own one, while Node simply uses malloc and free, so we need to use v8's allocator in Node. As part of the 10.6.0 upgrade, we needed to make SerializerDelegate accept an allocator argument in its constructor, and override ReallocateBufferMemory and FreeBufferMemory to use the allocator. We cannot simply allocate and then memcpy when we override ReallocateBufferMemory, so we therefore need to implement Realloc on the v8 side. - author: Ales Pergl file: build_gn.patch description: null - author: Cheng Zhao file: array_buffer.patch description: null - author: Cheng Zhao file: ostreams.patch description: null - author: Aleksei Kuzmin file: export_platform.patch description: | v8::Platform::SystemClockTimeMillis must be exported so that node::NodePlatform can call it - author: Ales Pergl file: dcheck.patch description: null - author: Nitish Sakhawalkar file: disable-warning-win.patch description: Disable unit test windows build warning - author: Aleksei Kuzmin file: backport_39d546a.patch description: Node 10.0.0 needs it. - author: Aleksei Kuzmin file: backport_ff0a97933.patch description: Node 10.2.0 needs it. - author: Aleksei Kuzmin file: backport_9fb02b526.patch description: Node 10.2.0 needs it. - author: Aleksei Kuzmin file: backport_23652c5f.patch description: Node 10.2.0 needs it. - author: Shelley Vohr file: backport_91ddb65d.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: cherry-pick_6989b3f6d7.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: cherry-pick_a440efb27f.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: cherry-pick_5dd3395.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: backport_aa6ce3e.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: cherry-pick_b20faff.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: cherry-pick_acc336c.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: cherry-pick_70c4340.patch description: Node 10.6.0 needs it. - author: Shelley Vohr file: expose_mksnapshot.patch description: Needed in order to build mksnapshot on arm.