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

Method equals

deps/v8/test/mjsunit/test-async.js:54–59  ·  view source on GitHub ↗
(expected, found, name_opt)

Source from the content-addressed store, hash-verified

52 }
53
54 equals(expected, found, name_opt) {
55 this.actualAsserts_++;
56 if (!deepEquals(expected, found)) {
57 this.fail(prettyPrinted(expected), found, name_opt);
58 }
59 }
60
61 unreachable() {
62 let message = "Failure: unreachable in test: " + this.name_;

Callers 3

multipartFormDataParserFunction · 0.45
multipartFormDataParserFunction · 0.45

Calls 3

failMethod · 0.95
deepEqualsFunction · 0.50
prettyPrintedFunction · 0.50

Tested by

no test coverage detected