Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ destroyContext
Method
destroyContext
src/backend/kernel.js:28–30 ·
view source on GitHub ↗
(context)
Source
from the content-addressed store, hash-verified
26
}
27
28
static destroyContext(context) {
29
throw
new
Error(`
"destroyContext"
called on ${ this.name }`);
30
}
31
32
static nativeFunctionArguments() {
33
throw
new
Error(`
"nativeFunctionArguments"
called on ${ this.name }`);
Callers
1
destroy
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected