From f714553e5f6ea88a6491510d3c2836b4e4675110 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Mon, 5 Dec 2022 23:03:35 +0900 Subject: [PATCH] Tweak --- src/Float16Array.mjs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Float16Array.mjs b/src/Float16Array.mjs index e95e0de1..feb25d95 100644 --- a/src/Float16Array.mjs +++ b/src/Float16Array.mjs @@ -1115,5 +1115,4 @@ ObjectDefineProperty(Float16ArrayPrototype, SymbolIterator, { configurable: true, }); -// To make `new Float16Array() instanceof Uint16Array` returns `false` ReflectSetPrototypeOf(Float16ArrayPrototype, TypedArrayPrototype);