()
| 146 | } |
| 147 | |
| 148 | getInnerPosition() { |
| 149 | return Deno.core.opSync("op_window_inner_position", this.#rid); |
| 150 | } |
| 151 | |
| 152 | getSize() { |
| 153 | return Deno.core.opSync("op_window_inner_size", this.#rid); |
nothing calls this directly
no outgoing calls
no test coverage detected