Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gpujs/gpu.js
/ add-custom-native-function.js
File
add-custom-native-function.js
test/features/add-custom-native-function.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
{ assert, skip, test, module: describe, only } = require(
'qunit'
);
2
const
{ GPU } = require(
'../../src'
);
3
4
describe(
'features: add native'
);
Callers
nothing calls this directly
Calls
8
nativeDivide
Function · 0.85
divideOverride
Function · 0.85
argumentCasting
Function · 0.85
mixedArgumentCasting
Function · 0.85
returnTypeCasting
Function · 0.85
testDirectlyOnKernelViaSettings
Function · 0.85
testDirectlyOnKernelViaMethod
Function · 0.85
testSetNativeFunctionsFromArrayOnGPU
Function · 0.85
Tested by
no test coverage detected