summaryrefslogtreecommitdiff
path: root/src/node_main_instance.cc
AgeCommit message (Expand)Author
2019-11-06src: run RunBeforeExitCallbacks as part of EmitBeforeExitAnna Henningsen
2019-11-06src: use unique_ptr for InitializeInspector()Anna Henningsen
2019-11-06src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-11-01src: expose granular SetIsolateUpForNodeShelley Vohr
2019-10-22src: make implementing CancelPendingDelayedTasks for platform optionalAnna Henningsen
2019-10-21src: fewer uses of NODE_USE_V8_PLATFORMShelley Vohr
2019-09-25src: fix asan build for gcc/clangDavid Carlier
2019-09-18src: re-delete Atomics.wakeGus Caplan
2019-08-03Revert "src: remove trace_sync_io_ from env"Сковорода Никита Андреевич
2019-07-12src, tools: replace raw ptr with smart ptrGauthamBanasandra
2019-06-12src: restore stdio on program exitBen Noordhuis
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-03src: inline ProcessCliArgs in the Environment constructorJoyee Cheung
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-23src: use std::vector<size_t> instead of IndexArrayJoyee Cheung
2019-04-23src: enable context snapshot after running per-context scriptsJoyee Cheung
2019-04-23src: enable snapshot with per-isolate dataJoyee Cheung
2019-04-23src: implement IsolateData serialization and deserializationJoyee Cheung
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-17src: use RAII to manage the main isolate dataJoyee Cheung