Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ writeArgumentConversion
Method
writeArgumentConversion
tools/ffi.js:101–103 ·
view source on GitHub ↗
(file, i)
Source
from the content-addressed store, hash-verified
99
file.write(`(${ this.name })*arg${ i }`);
100
}
101
writeArgumentConversion(file, i) {
102
file.line(`void** arg${ i } = XS->toArrayBufferHandle(the, mxArgv(${ i }), 0);`);
103
}
104
}
105
106
class
PointerSizeType extends Type {
Callers
nothing calls this directly
Calls
1
line
Method · 0.45
Tested by
no test coverage detected