Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DjDeveloperr/deno_desktop
/ x
Method
x
examples/extern/gmath.bundle.js:473–475 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
471
this.#internal[3] = val;
472
}
473
get x() {
474
return
this.#internal[0];
475
}
476
set x(val) {
477
this.#internal[0] = val;
478
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected