MCPcopy Index your code
hub / github.com/nodejs/node / returnValue

Function returnValue

deps/v8/test/mjsunit/wasm/import-function.js:144–149  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

142testCallImport(FOREIGN_ARGUMENTS4, check_FOREIGN_ARGUMENTS);
143
144function returnValue(val) {
145 return function(a, b) {
146 print("RETURN_VALUE ", val);
147 return val;
148 }
149}
150
151
152function checkReturn(expected) {

Callers 1

import-function.jsFile · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…