summaryrefslogtreecommitdiff
path: root/src/node_native_module.h
Commit message (Expand)AuthorAgeFilesLines
* process: split execution into main scriptsJoyee Cheung2019-01-301-18/+6
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-161-0/+2
* src: simplify NativeModule caching and remove redundant dataJoyee Cheung2019-01-121-5/+4
* src: always compile and store code cache for native modulesJoyee Cheung2018-12-181-22/+25
* src: remove code cache integrity checkJoyee Cheung2018-12-181-5/+0
* process: specialize building and storage of process.configJoyee Cheung2018-12-111-3/+15
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use NativeModuleLoader to compile per_context.jsJoyee Cheung2018-11-281-12/+42
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-201-15/+49
* src: compile native modules and their code cache in C++Joyee Cheung2018-11-151-0/+41