Skip to content

v8 module: allow TypedArray and DataView

Rodrigo Muino Tomonari requested to merge github/fork/oyyd/v8js-dataview into master

This commit allow passing TypedArray and DataView to:

  • v8.deserialize()
  • new v8.Deserializer()
  • v8.serializer.writeRawBytes()

Refs: https://github.com/nodejs/node/issues/1826

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading