| 1 | "use strict"; |
| 2 | |
| 3 | // This is for testing whether an object (e.g., a global property) is associated with Window, or |
| 4 | // with Document. Recall that Window and Document are 1:1 except when doing a same-origin navigation |
nothing calls this directly
no test coverage detected