summaryrefslogtreecommitdiff
path: root/src/node_internals.h
Commit message (Expand)AuthorAgeFilesLines
* src: restore stdio on program exitBen Noordhuis2019-06-121-0/+1
* src: split `RunBootstrapping()`Joyee Cheung2019-06-031-1/+0
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-9/+7
* src: remove env-inl.h from header filesSam Roberts2019-05-231-1/+1
* src: move ThreadPoolWork inlines into a -inl.hSam Roberts2019-05-231-21/+0
* src: enable V8's WASM trap handlersGus Caplan2019-05-161-4/+1
* src: remove util-inl.h from header filesSam Roberts2019-05-131-1/+1
* src: refactor profile initializationJoyee Cheung2019-05-021-2/+1
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-1/+0
* src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung2019-04-231-0/+3
* src: split per-process initialization and teardown routinesJoyee Cheung2019-04-201-0/+9
* inspector: implement --cpu-prof[-path]Joyee Cheung2019-04-191-0/+1
* src: use RAII to manage the main isolate dataJoyee Cheung2019-04-171-1/+3
* src: always use diagnostic file sequence numbercjihrig2019-04-101-8/+5
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+11
* process: run RunBootstrapping in CreateEnvironmentJoyee Cheung2019-04-031-1/+6
* src: allow per-Environment set of env varsAnna Henningsen2019-03-301-1/+1
* inspector: display error when ToggleAsyncHook failsJoyee Cheung2019-03-301-0/+5
* src: move AsyncCallbackScope out of EnvironmentJoyee Cheung2019-03-271-1/+1
* src: remove `AddPromiseHook()`Anna Henningsen2019-03-211-1/+17
* src,lib: make DOMException available in all ContextsAnna Henningsen2019-03-151-0/+2
* v8: integrate node-heapdump into coreJames M Snell2019-03-131-0/+35
* embedding: refactor public `ArrayBufferAllocator` APIAnna Henningsen2019-03-131-2/+4
* src: refactor coverage connectionJoyee Cheung2019-03-121-2/+2
* src: merge debug-only `SealHandleScope`sAnna Henningsen2019-03-091-0/+14
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen2019-02-251-5/+7
* src: add debugging array allocatorAnna Henningsen2019-02-251-0/+23
* src: move function from header to source fileBen Noordhuis2019-02-211-14/+0
* src: unify uptime base used across the code baseJoyee Cheung2019-02-181-1/+1
* process: start coverage collection before bootstrapJoyee Cheung2019-02-181-1/+3
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-3/+3
* src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung2019-02-061-1/+1
* src: move public C++ APIs into src/api/*.ccJoyee Cheung2019-02-011-0/+1
* src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung2019-02-011-3/+0
* process: split execution into main scriptsJoyee Cheung2019-01-301-2/+3
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-100/+0
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-161-1/+1
* src: move node::errno_string into node_errors.h/ccJoyee Cheung2019-01-141-326/+0
* src: dispose of V8 platform in `process.exit()`Anna Henningsen2019-01-121-0/+1
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-31/+0
* src: move process object creation into node_process_object.ccJoyee Cheung2019-01-111-3/+4
* buffer: move initialization of buffer prototype into node.jsJoyee Cheung2019-01-101-0/+1
* src: move per-process global variables into node::per_processJoyee Cheung2019-01-081-10/+4
* process: make tick callback and promise rejection callback more robustJoyee Cheung2019-01-061-0/+4
* src: split `LoadEnvironment()` at `startExecution()`Anna Henningsen2019-01-061-0/+3
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-241-2/+0
* src: move more process methods initialization in bootstrap/node.jsJoyee Cheung2018-12-211-14/+1
* src: move the declaration of http parser versions into node_metadata.hJoyee Cheung2018-12-211-3/+0
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-12/+5