summaryrefslogtreecommitdiff
path: root/src/node_internals.h
AgeCommit message (Expand)Author
2020-12-11src: introduce convenience node::MakeSyncCallback()Nicolai Stange
2020-10-22src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-07src: expose v8::Isolate setup callbacksShelley Vohr
2020-09-26src: allow N-API addon in `AddLinkedBinding()`Anna Henningsen
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-05-30src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell
2020-05-14src: refactor Reallocate since it introduced in upstream v8Jiawen Geng
2020-05-10src: remove unnecessary Isolate::GetCurrent() callsAnna Henningsen
2020-04-15src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen
2020-03-21src: provide a variant of LoadEnvironment taking a callbackAnna Henningsen
2020-03-21src: align worker and main thread code with embedder APIAnna Henningsen
2020-03-04src: pass resource object along with InternalMakeCallbackAnna Henningsen
2020-02-19vm: lazily initialize primordials for vm contextsJoyee Cheung
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-02-07src: remove fixed-size GetHumanReadableProcessNameBen Noordhuis
2020-02-07src: fix OOB reads in process.title getterBen Noordhuis
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-02src: remove duplicate field env in CryptoJob classConorDavenport
2020-01-30process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2019-11-19src: expose ArrayBuffer version of Buffer::New()Anna Henningsen
2019-11-06src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-06src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-06src: track no of active JS signal handlersAnna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-01src: expose granular SetIsolateUpForNodeShelley Vohr
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-23src: move ThreadPoolWork inlines into a -inl.hSam Roberts
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-20src: split per-process initialization and teardown routinesJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung
2019-04-10src: always use diagnostic file sequence numbercjihrig
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-03process: run RunBootstrapping in CreateEnvironmentJoyee Cheung
2019-03-30src: allow per-Environment set of env varsAnna Henningsen
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-27src: move AsyncCallbackScope out of EnvironmentJoyee Cheung
2019-03-21src: remove `AddPromiseHook()`Anna Henningsen
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-13v8: integrate node-heapdump into coreJames M Snell