diff --git a/lib/v8.js b/lib/v8.js index cabe96f345293c..c328a3c573275c 100644 --- a/lib/v8.js +++ b/lib/v8.js @@ -16,8 +16,18 @@ const { Array, + ArrayBuffer, + Float32Array, + Float64Array, + Int16Array, + Int32Array, + Int8Array, ObjectPrototypeToString, Symbol, + Uint16Array, + Uint32Array, + Uint8Array, + Uint8ClampedArray, } = primordials; const { Buffer } = require('buffer');