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:276–278 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
274
this.#internal[2] = val;
275
}
276
get x() {
277
return
this.#internal[0];
278
}
279
set x(val) {
280
this.#internal[0] = val;
281
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected