51 Commits (f417add1f4ad9dfc201102bbc34491cddaeabae0)

Author SHA1 Message Date
Jan Krems 5fd2f03b16
inspector: allow require in Runtime.evaluate 8 years ago
Timothy Gu 17547c4762
inspector: fix console with inspector disabled 8 years ago
James M Snell e71e71b513 http2: introducing HTTP/2 8 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 8 years ago
Rich Trott 0d22858d67 lib: remove excess indentation 8 years ago
Rich Trott 85dacd63f0 lib: use consistent indentation for ternaries 8 years ago
Refael Ackermann 16689e30ae inspector: --debug* deprecation and invalidation 8 years ago
Ebrahim Byagowi 594b5d7b89
cmd: support dash as stdin alias 8 years ago
Daniel Bevenius 54d331895c lib: add guard to originalConsole 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
Jackson Tian 824fb49a70 lib: remove useless default caught 8 years ago
Eugene Ostroukhov 3f48ab3042 inspector: do not add 'inspector' property 8 years ago
James M Snell 251e5ed8ee errors: assign error code to bootstrap_node created error 8 years ago
Ben Noordhuis 90476ac6ee lib: remove _debugger.js 8 years ago
Sebastian Van Sande f97156623a
module: standardize strip shebang behaviour 8 years ago
Sam Roberts 8086cb68ae src: use option parser for expose_internals 8 years ago
Ali Ijaz Sheikh a235ccd168 src,test: debug is now an alias for inspect 8 years ago
Teddy Katz 3209a8ebf3
lib: ensure --check flag works for piped-in code 8 years ago
Eugene Ostroukhov 7954d2a4c7 inspector: use inspector API for "break on start" 8 years ago
James M Snell 7139b93a8b url: add ToObject method to native URL class 8 years ago
Gibson Fahnestock cd4ddfdef2 lib: add comment to script eval _tickCallback 8 years ago
Bryan English e0bc5a7361
process: maintain constructor descriptor 8 years ago
Ben Noordhuis 9ff7ed23cd lib: fix event race condition with -e 8 years ago
James M Snell 989713d343 lib: avoid using forEach 8 years ago
Jan Krems 704263139b lib: Fix swallowed events in inspect integration 8 years ago
Brian White f385f77f1d process: improve memoryUsage() performance 8 years ago
Wayne Andrews f8ee197614 build: add code coverage to make 8 years ago
Anna Henningsen fd18b656a3
lib: build `node inspect` into `node` 8 years ago
James M Snell 5de3cf099c lib: add static identifier codes for all deprecations 8 years ago
Rich Trott 20efbffaf8 lib: refactor bootstrap_node.js regular expression 8 years ago
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 9 years ago
Pat Pannuto a804db1af7
process: save original argv[0] 9 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