summaryrefslogtreecommitdiff
path: root/src/node_main_instance.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert "src: remove trace_sync_io_ from env"Сковорода Никита Андреевич2019-08-031-0/+2
* src, tools: replace raw ptr with smart ptrGauthamBanasandra2019-07-121-3/+3
* src: restore stdio on program exitBen Noordhuis2019-06-121-1/+1
* src: split `RunBootstrapping()`Joyee Cheung2019-06-031-1/+1
* src: reorganize inspector and diagnostics initializationJoyee Cheung2019-06-031-17/+6
* src: inline ProcessCliArgs in the Environment constructorJoyee Cheung2019-06-031-1/+2
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* src: use std::vector<size_t> instead of IndexArrayJoyee Cheung2019-04-231-6/+7
* src: enable context snapshot after running per-context scriptsJoyee Cheung2019-04-231-1/+5
* src: enable snapshot with per-isolate dataJoyee Cheung2019-04-231-0/+1
* src: implement IsolateData serialization and deserializationJoyee Cheung2019-04-231-5/+20
* src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung2019-04-231-13/+54
* src: use RAII to manage the main isolate dataJoyee Cheung2019-04-171-0/+162