mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Issue #2026 - Part 1 - Implement BigInt64 and BigUint64Array. https://bugzilla.mozilla.org/show_bug.cgi?id=1456569
This commit is contained in:
@@ -686,6 +686,8 @@ GetClassForProtoKey(JSProtoKey key)
|
||||
case JSProto_Float32Array:
|
||||
case JSProto_Float64Array:
|
||||
case JSProto_Uint8ClampedArray:
|
||||
case JSProto_BigInt64Array:
|
||||
case JSProto_BigUint64Array:
|
||||
return &TypedArrayObject::classes[key - JSProto_Int8Array];
|
||||
|
||||
case JSProto_ArrayBuffer:
|
||||
|
||||
Reference in New Issue
Block a user