summaryrefslogtreecommitdiff
path: root/test/parallel/test-bootstrap-modules.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: correct indexOf() error messageBrian White2019-08-281-0/+1
* vm: remove usage of public util moduleKaren He2019-07-191-1/+0
* src, lib: take control of prepareStackTraceGus Caplan2019-05-211-0/+1
* src: port coverage serialization to C++Joyee Cheung2019-04-061-1/+1
* lib: lazy load `v8` in error-serdesRichard Lau2019-03-191-7/+0
* src,lib: make DOMException available in all ContextsAnna Henningsen2019-03-151-2/+1
* test: whitelist the expected modules in test-bootstrap-modules.jsRichard Lau2019-03-131-7/+123
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-1/+1
* test: bump test-bootstrap-modules.js limitJoyee Cheung2019-03-081-1/+1
* dns: use IDNA 2008 to encode non-ascii hostnamesBen Noordhuis2019-01-281-1/+1
* test: switch to native v8 coverageBenjamin Coe2019-01-201-1/+2
* process: move eval and exception bootstrap ito process/execution.jsJoyee Cheung2018-12-311-1/+1
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-241-1/+1
* src: move more process methods initialization in bootstrap/node.jsJoyee Cheung2018-12-211-1/+1
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-1/+1
* src: pass isMainThread into bootstrap/node.js directlyJoyee Cheung2018-12-151-1/+1
* process: specialize building and storage of process.configJoyee Cheung2018-12-111-1/+1
* console: split console into global.js and constructor.jsJoyee Cheung2018-12-021-1/+1
* console: lazy load process.stderr and process.stdoutJoyee Cheung2018-11-291-8/+10
* src: cache the result of GetOptions() in JS landJoyee Cheung2018-11-071-1/+1
* vm: add dynamic import supportGus Caplan2018-10-061-1/+1
* util: move inspect in separate fileRuben Bridgewater2018-09-241-1/+1
* inspector: enable Inspector JS API in workersEugene Ostroukhov2018-09-171-1/+1
* cli: generate --help text in JSAnna Henningsen2018-09-011-1/+1
* test: add loaded modules testRuben Bridgewater2018-05-181-0/+14