MCPcopy Create free account
hub / github.com/nodejs/node / import_error

Function import_error

deps/v8/test/mjsunit/wasm/errors.js:88–92  ·  view source on GitHub ↗
(index, module, func, msg)

Source from the content-addressed store, hash-verified

86})();
87
88function import_error(index, module, func, msg) {
89 let full_msg = 'Import #' + index + ' \"' + module + '\"';
90 if (func !== undefined) full_msg += ' \"' + func + '\"';
91 return full_msg + ': ' + msg;
92}
93
94(function TestTypeError() {
95 print(arguments.callee.name);

Callers 1

errors.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected