Home
last modified time | relevance | path

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

/third_party/node/lib/internal/assert/
Dassertion_error.js37 notStrictEqual: 'Expected "actual" to be strictly unequal to:', property
/third_party/node/lib/
Dassert.js587 assert.notStrictEqual = function notStrictEqual(actual, expected, message) { function