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

Function error

deps/v8/test/mjsunit/wasm/errors.js:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56(function TestValidationError() {
57 print(arguments.callee.name);
58 let error = msg => 'Compiling function #0 failed: ' + msg;
59 let f_error = msg => 'Compiling function #0:"f" failed: ' + msg;
60 assertCompileError(
61 (function build() {

Callers 1

errors.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected