(value: T)
| 466 | } |
| 467 | |
| 468 | function unwrap<T>(value: T): T { |
| 469 | return (value as any)?.wrappedJSObject ?? value; |
| 470 | } |
| 471 | |
| 472 | function handleAdoptedStyleSheets(node: ShadowRoot | Document) { |
| 473 | if (canHaveAdoptedStyleSheets(node)) { |
no outgoing calls
no test coverage detected