summaryrefslogtreecommitdiff
path: root/lib/internal/encoding.js
Commit message (Expand)AuthorAgeFilesLines
* lib: use remaining typed arrays from primordialsMichaël Zasso2020-10-071-0/+2
* util: fix inspection of class instance prototypesRuben Bridgewater2020-05-251-46/+45
* util: text decoding allows SharedArrayBufferBradley Farias2020-03-131-3/+3
* lib: replace Map global by the primordialsSebastien Ahkrin2020-01-041-0/+1
* lib: update Symbol.toStringTag by SymbolToStringTag primordialSebastien Ahkrin2019-12-131-2/+3
* lib: replace Symbol global by the primordials SymbolSebastien Ahkrin2019-12-081-0/+1
* lib: replace var with let/constTijl Claessens2019-11-261-7/+7
* lib: flatten access to primordialsMichaël Zasso2019-11-251-7/+11
* encoding: make TextDecoder handle BOM correctlyAnna Henningsen2019-11-051-15/+12
* util: add encodeInto to TextEncoderAnna Henningsen2019-09-131-1/+17
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-4/+4
* lib: remove usage of require('util')dnlup2019-03-251-2/+2
* lib: move extra properties into error creationRuben Bridgewater2019-03-211-3/+1
* lib: don't use `util.inspect()` internalsRuben Bridgewater2019-02-281-2/+2
* lib: expose all type checks from the internal types moduleRuben Bridgewater2018-12-271-4/+3
* src,lib: make process.binding('config') internalMasashi Hirano2018-12-051-1/+1
* src: remove function hasTextDecoder in encoding.jsChi-chi Wang2018-10-161-10/+3
* buffer: move process.binding('buffer') to internalBindingWeijia Wang2018-10-151-1/+1
* icu: make process.binding('icu') internalcjihrig2018-10-081-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater2018-03-251-3/+5
* src: put bootstrappers in lib/internal/bootstrap/Joyee Cheung2018-03-151-1/+1
* lib: port remaining errors to new systemMichaël Zasso2018-03-071-14/+19
* src: move internal loaders out of bootstrap_node.jsJoyee Cheung2018-03-061-0/+1
* util: introduce `util.types.is[…]` type checksAnna Henningsen2018-03-051-1/+1
* lib: extract validation functionsTimothy O. Peters2018-02-011-30/+29
* lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang2017-11-121-4/+4
* util: graduate TextEncoder/TextDecoder, testsJames M Snell2017-10-231-20/+0
* lib: faster type checks for some typesTimothy Gu2017-10-011-2/+4
* encoding: rudimentary TextDecoder support w/o ICUTimothy Gu2017-08-051-127/+239
* util: implement WHATWG Encoding Standard APIJames M Snell2017-07-241-0/+458