MCPcopy Index your code
hub / github.com/gpujs/gpu.js / nativeFunctionArguments

Method nativeFunctionArguments

src/backend/kernel.js:32–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 static nativeFunctionArguments() {
33 throw new Error(`"nativeFunctionArguments" called on ${ this.name }`);
34 }
35
36 static nativeFunctionReturnType() {
37 throw new Error(`"nativeFunctionReturnType" called on ${ this.name }`);

Callers 3

gl-kernel.jsFile · 0.45
getVariableType.jsFile · 0.45
addNativeFunctionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected