summaryrefslogtreecommitdiff
path: root/src/node_main_instance.cc
AgeCommit message (Expand)Author
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