203 Commits (2b76b5d8dd14b57eaad15b4082cc007296b4d630)

Author SHA1 Message Date
Brian White d545c948c2
util: use faster -0 check 7 years ago
Timothy Gu 7907534a8d
lib: faster type checks for some types 7 years ago
Ruben Bridgewater b1c8f15c5f
util: use constructor name 7 years ago
Ruben Bridgewater faaefa8082
util: improve format performance 7 years ago
Ruben Bridgewater bac313b086
util: fix out of bounds indices in util.inspect 7 years ago
Ruben Bridgewater f9ad23dc91
util: refactor inspect for performance and more 7 years ago
Anatoli Papirovski 365c24591c
util: remove duplicate code in format 7 years ago
Ruben Bridgewater 9aa709382a
lib: remove circular reference 7 years ago
James M Snell 58831b2f24 uv: improvements to process.binding('uv') 7 years ago
Ruben Bridgewater 3a886ffa24
util: fix inspect array w. negative maxArrayLength 7 years ago
Anna Henningsen 859a228594
util: use proper circular reference checking 7 years ago
Ruben Bridgewater 95bbb68175
util: improve util.inspect performance 8 years ago
Greg Alexander 211df3fe8c util: implement %o and %O as formatting specifiers 8 years ago
James M Snell ed21cb1774 util: implement WHATWG Encoding Standard API 8 years ago
James M Snell b1355ba6fa util: refactor util module 8 years ago
kadoufall d4402e7111 util: delete unused argument 'depth' 8 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 8 years ago
Rich Trott 095c0de94d benchmark,lib,test: use braces for multiline block 8 years ago
Vse Mozhet Byt 3b0e800f18 util: make util.debuglog() consistent with doc 8 years ago
Vse Mozhet Byt 878990498a readline,repl,url,util: remove needless capturing 8 years ago
Michaël Zasso 00aac57df9 util: ignore invalid format specifiers 8 years ago
James M Snell 873e2f270f errors: add missing ERR_ prefix on util.callbackify error 8 years ago
Refael Ackermann af3aa682ac util: add callbackify 8 years ago
Vse Mozhet Byt 390fa0380e cluster, dns, repl, tls, util: fix RegExp nits 8 years ago
Bidisha Pyne 1609899142 errors,util: migrate to use internal/errors.js 8 years ago
Jesus Seijas 41919626e5
util: refactor format method.Performance improved. 8 years ago
Anna Henningsen 99da8e8e02
util: add util.promisify() 8 years ago
Brian White d5925af8d7
util: fix permanent deoptimizations 8 years ago
Timothy Gu 3c0dd45c88 util: move getConstructorOf() to internal 8 years ago
Brian White 4a86803f60
buffer: optimize from() and byteLength() 8 years ago
Timothy Gu a37273c1e4 util: use V8 C++ API for inspecting Promises 8 years ago
Anna Henningsen 3cc3e099be
util: show External values explicitly in inspect 8 years ago
Roman Reiss a46c43d21a
util: add %i and %f formatting specifiers 8 years ago
Anna Henningsen 4a5a9445b5 util: use `[Array]` for deeply nested arrays 8 years ago
Kunal Pathak 4eb194a2b1 lib: Use regex to compare error message 8 years ago
James M Snell f6dbead126 util: avoid using forEach 8 years ago
Shahar Or 5bfd13b81e
util: display Symbol keys in inspect by default 8 years ago
Timothy Gu 455e6f1dd8 util: throw toJSON errors when formatting %j 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Alexey Orlenko ec2f098156
util: change sparse arrays inspection format 8 years ago
Nemanja Stojanovic aab0d202f8 util: convert inspect.styles and inspect.colors to prototype-less objects 8 years ago
Ali BARIN d0b93c9fef util: fix inspecting symbol key in string 8 years ago
Michaël Zasso 193468667b tools: enable one-var-declaration-per-line ESLint rule 8 years ago
James M Snell 051047231e util: cleanup internalUtil.deprecate 8 years ago
Shinnosuke Watanabe 5ddf72290b util: use ES2015+ Object.is to check negative zero 8 years ago
Ben Noordhuis 2ba4eeadbb lib: remove simd support from util.format() 8 years ago
Michaël Zasso f65aa08b52 util: improve inspect for (Async|Generator)Function 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Rich Trott 8628c93499 test,util: remove lint workarounds 8 years ago
Rich Trott a68987c154 benchmark,lib,test: adjust for linting 8 years ago