Skip to content

util: support SharedArrayBuffer in inspect

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

util

Description of change

Update inspect utility to support readable output of SharedArrayBuffer object. SharedArrayBuffer is available behind the harmony_sharedarraybuffer v8 flag. See the MDN docs for more details on what a SharedArrayBuffer is.

Merge request reports

Loading