()
| 3934 | const o = { |
| 3935 | arrayBuffer: new ArrayBuffer(), buffer, typedArray: Uint8Array.from(buffer), |
| 3936 | array: [], func() {}, set: new Set([1]), map: new Map(), |
| 3937 | }; |
| 3938 | for (const BuiltinPrototype of prototypes) { |
| 3939 | descriptors.set(BuiltinPrototype, Reflect.getOwnPropertyDescriptor(BuiltinPrototype, 'constructor')); |
no outgoing calls
no test coverage detected
searching dependent graphs…