summaryrefslogtreecommitdiff
path: root/src/node_main_instance.h
AgeCommit message (Expand)Author
2019-07-12src, tools: replace raw ptr with smart ptrGauthamBanasandra
2019-05-09src: fix typosgengjiawen
2019-05-06src: make deleted function public in node_main_instance.hgengjiawen
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