summaryrefslogtreecommitdiff
path: root/src/node_native_module.cc
Commit message (Expand)AuthorAgeFilesLines
* lib: save primordials during bootstrap and use it in builtinsJoyee Cheung2019-02-021-1/+2
* process: split execution into main scriptsJoyee Cheung2019-01-301-20/+0
* vm: mark scripts as shareable cross-originJeremy Apthorp2019-01-291-1/+1
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+0
* src: remove unused variablecjihrig2019-01-151-1/+0
* process: allow StartExecution() to take a main script IDJoyee Cheung2019-01-161-0/+4
* src: simplify NativeModule caching and remove redundant dataJoyee Cheung2019-01-121-5/+15
* src: always compile and store code cache for native modulesJoyee Cheung2018-12-181-90/+85
* src: remove code cache integrity checkJoyee Cheung2018-12-181-41/+0
* process: specialize building and storage of process.configJoyee Cheung2018-12-111-7/+41
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* src: use NativeModuleLoader to compile per_context.jsJoyee Cheung2018-11-281-47/+60
* src: use STL containers instead of v8 values for static module dataJoyee Cheung2018-11-201-162/+162
* src: compile native modules and their code cache in C++Joyee Cheung2018-11-151-0/+326