summaryrefslogtreecommitdiff
path: root/lib/v8.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/v8.js')
-rw-r--r--lib/v8.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/v8.js b/lib/v8.js
index 3d75cf7584..1cf80adfb7 100644
--- a/lib/v8.js
+++ b/lib/v8.js
@@ -172,10 +172,6 @@ class DefaultSerializer extends Serializer {
}
class DefaultDeserializer extends Deserializer {
- constructor(buffer) {
- super(buffer);
- }
-
_readHostObject() {
const typeIndex = this.readUint32();
const ctor = arrayBufferViewTypes[typeIndex];