(state, receiver)
| 298 | } |
| 299 | |
| 300 | export function __classPrivateFieldIn(state, receiver) { |
| 301 | if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object"); |
| 302 | return typeof state === "function" ? receiver === state : state.has(receiver); |
| 303 | } |
| 304 | |
| 305 | export function __addDisposableResource(env, value, async) { |
| 306 | if (value !== null && value !== void 0) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…