21 Commits (5cf0157b82302cc23a4e7a27a2cb9c22bde5bd8f)

Author SHA1 Message Date
Anna Henningsen 0fb21df6e6
lib: make `String(global) === '[object global]'` 8 years ago
Steven R. Loomis 4fb27d43f0
intl: Add more versions from ICU 8 years ago
Ben Noordhuis c5b07d4ec6 lib: fix beforeExit not working with -e 8 years ago
Rémy MEJA ae9d146331 lib: minor improvements to bootstrap_node.js 8 years ago
Teddy Katz b1b1978ec5
tools: add additional ESLint rules 8 years ago
Adri Van Houdt 41a66bc73a lib: changed var to const in bootstrap_node.js 8 years ago
Aleksei Koziatinskii f6070a1a02 deps: v8_inspector: console support 8 years ago
Pat Pannuto a804db1af7
process: save original argv[0] 8 years ago
Rich Trott 1a21524b69 debugger: fix --debug-brk interaction with -e 9 years ago
Pavel Feldman 84ad31fff3 src,lib: v8-inspector support 9 years ago
cjihrig 62b544290a process: remove deprecated process.EventEmitter 9 years ago
Anna Henningsen dab09877b0
module: don't cache uninitialized builtins 9 years ago
James M Snell f293d0b0c8 lib: replace legacy uses of __defineGetter__ 9 years ago
Ali Ijaz Sheikh 4d4cfb27ca src,lib: minor --debug-brk cleanup 9 years ago
Patrick Mueller 52cb410402 process: add process.cpuUsage() - implementation, doc, tests 9 years ago
Anna Henningsen 39d905e293 node: make builtin libs available for `--eval` 9 years ago
Brian White ae18bbef48
lib: improve module loading performance 9 years ago
Jeremiah Senkpiel 21d66d621c lib: remove bootstrap global context indirection 9 years ago
Fedor Indutny 8363ede855 node: --no-browser-globals configure flag 9 years ago
James M Snell c6656db352 process: add 'warning' event and process.emitWarning() 9 years ago
Jeremiah Senkpiel ec6af31eba lib: rename /node.js to /bootstrap_node.js 9 years ago
Jeremiah Senkpiel 4bf2acaa1e lib,src: move src/node.js to lib/internal/node.js 9 years ago
Jeremiah Senkpiel 015cef25eb lib,src: refactor src/node.js into internal files 9 years ago
Rich Trott f158a8662d src,tools: use template literals 9 years ago
Rich Trott ba16a12051 src: allow combination of -i and -e cli flags 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Evan Lucas 31ebda24d4 node: set process._eventsCount to 0 on startup 9 years ago
Jackson Tian 4e46931406 src: deprecate undocumented variables 10 years ago
Ruben Bridgewater 88307974e6 node: improve process.nextTick performance 9 years ago
Jackson Tian 9aebb002b0 src: clean up usage of __proto__ 9 years ago
Evan Lucas 25751bedfe node: deprecate process.EventEmitter 9 years ago
cjihrig 57003520f8 src: attach error to stack on displayErrors 9 years ago
cjihrig 66cb4bcf0c process: support symbol events 9 years ago
Ben Noordhuis 1e5a02628c src: fix negative values in process.hrtime() 9 years ago
Evan Lucas ff64a4c395 node: allow preload modules with -i 9 years ago
Rich Trott 53cc9785ab src: remove redeclarations of variables 9 years ago
Evan Lucas 78fd43514f node: improve performance of process.hrtime() 9 years ago
Trevor Norris 36e8a2c63d node: improve performance of hrtime() 9 years ago
Trevor Norris 83524b3c18 node: fix erroneously named function call 9 years ago
cjihrig 2a60e2ad71 module,src: do not wrap modules with -1 lineOffset 9 years ago
cjihrig b799a74709 src: fix line numbers on core errors 9 years ago
Matt Loring 49440b7ea2 tools: add --prof-process flag to node binary 9 years ago
Rod Vagg d2c8ba5248 node: s/doNTCallbackX/nextTickCallbackWithXArgs/ 9 years ago
Ben Noordhuis ee72ee7531 module,repl: remove repl require() hack 9 years ago
Tristian Flanagan dfee4e3712 module: fix column offsets in errors 9 years ago
yorkie 72e3dd9f43 process: throw on non-function to nextTick() 9 years ago
Roman Reiss af46112828 src: Revert "nix stdin _readableState.reading" 9 years ago
Evan Lucas 08166cb99a src: wrap source before doing syntax check 9 years ago
Trevor Norris 494227bb03 node: improve GetActiveRequests performance 9 years ago
Jeremy Whitlock 77a10ed05f src: fix --abort-on-uncaught-exception 9 years ago