summaryrefslogtreecommitdiff
path: root/src/node_main_instance.h
Commit message (Expand)AuthorAgeFilesLines
* src, tools: replace raw ptr with smart ptrGauthamBanasandra2019-07-121-6/+10
* src: fix typosgengjiawen2019-05-091-1/+1
* src: make deleted function public in node_main_instance.hgengjiawen2019-05-061-2/+1
* src: use std::vector<size_t> instead of IndexArrayJoyee Cheung2019-04-231-19/+8
* src: enable context snapshot after running per-context scriptsJoyee Cheung2019-04-231-0/+2
* src: enable snapshot with per-isolate dataJoyee Cheung2019-04-231-0/+5
* src: implement IsolateData serialization and deserializationJoyee Cheung2019-04-231-1/+18
* src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung2019-04-231-6/+42
* src: use RAII to manage the main isolate dataJoyee Cheung2019-04-171-0/+45