Home
last modified time | relevance | path

Searched defs:notDeepStrictEqual (Results 1 – 2 of 2) sorted by relevance

/third_party/node/lib/internal/assert/
Dassertion_error.js38 notDeepStrictEqual: 'Expected "actual" not to be strictly deep-equal to:', property
/third_party/node/lib/
Dassert.js537 function notDeepStrictEqual(actual, expected, message) { function