Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ returnValue
Function
returnValue
deps/v8/test/mjsunit/wasm/ffi.js:222–227 ·
view source on GitHub ↗
(val)
Source
from the content-addressed store, hash-verified
220
testCallFFI(FOREIGN_ARGUMENTS4, check_FOREIGN_ARGUMENTS);
221
222
function
returnValue(val) {
223
return
function
(a, b) {
224
print(
"RETURN_VALUE "
, val);
225
return
val;
226
}
227
}
228
229
230
function
checkReturn(expected) {
Callers
1
ffi.js
File · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected