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

Function eq_strict

deps/v8/test/mjsunit/compare-objects.js:45–47  ·  view source on GitHub ↗
(a, b)

Source from the content-addressed store, hash-verified

43}
44
45function eq_strict(a, b) {
46 return a === b;
47}
48
49function test(a, b, less, greater) {
50 // Check CompareIC for equality of known objects.

Callers 1

compare-objects.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected