summaryrefslogtreecommitdiff
path: root/lib/internal/assert/assertion_error.js
Commit message (Expand)AuthorAgeFilesLines
* assert: avoid potentially misleading reference to object identityAnna Henningsen2019-07-251-1/+1
* assert: print more lines in the error diffRuben Bridgewater2019-06-121-38/+46
* assert: fix error diffRuben Bridgewater2019-06-121-38/+28
* assert: limit string inspection when logging assertion errorsRuben Bridgewater2019-06-121-1/+27
* assert: remove unreachable codeRich Trott2019-05-251-4/+3
* assert: remove unreachable codeRich Trott2019-05-231-4/+3
* assert: remove unused codeRuben Bridgewater2019-05-161-3/+2
* assert: add compatibility for older Node.js versionsRuben Bridgewater2019-05-161-2/+4
* assert: refine assertion messageRuben Bridgewater2019-05-051-28/+35
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-1/+1
* lib: force using primordials for JSON, Math and ReflectMichaël Zasso2019-04-031-0/+2
* util: `inspect()` should not exceed `breakLength`Ruben Bridgewater2019-04-031-3/+6
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-3/+5
* assert: reduce internal usage of public require of utiltoshi11272019-03-241-1/+1
* assert: improve performance to instantiate errorsRuben Bridgewater2019-03-231-0/+5
* lib: validate Error.captureStackTrace() callsRuben Bridgewater2019-03-231-0/+1
* errors: update error nameRuben Bridgewater2019-03-231-1/+14
* assert: refactor internal assert.jsRich Trott2019-02-081-0/+408