(type)
| 1231 | }; |
| 1232 | } |
| 1233 | function createReadonlyMethod(type) { |
| 1234 | return function(...args) { |
| 1235 | return type === "delete" ? false : type === "clear" ? void 0 : this; |
| 1236 | }; |
| 1237 | } |
| 1238 | function createInstrumentations(readonly2, shallow) { |
| 1239 | const instrumentations = { |
| 1240 | get(key) { |
no outgoing calls
no test coverage detected