summaryrefslogtreecommitdiff
path: root/src/node_native_module.cc
AgeCommit message (Expand)Author
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-04-04src: port bootstrap/cache.js to C++Joyee Cheung
2019-03-21src: apply clang-tidy rule modernize-use-emplacegengjiawen
2019-03-06src: remove unused variable in node_native_module.ccgengjiawen
2019-02-25src: allocate Buffer memory using ArrayBuffer allocatorAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-01-30process: split execution into main scriptsJoyee Cheung
2019-01-29vm: mark scripts as shareable cross-originJeremy Apthorp
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-15src: remove unused variablecjihrig
2019-01-16process: allow StartExecution() to take a main script IDJoyee Cheung
2019-01-12src: simplify NativeModule caching and remove redundant dataJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-18src: remove code cache integrity checkJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-03src: fix type mismatch warnings from missing privSam Roberts
2018-11-28src: use NativeModuleLoader to compile per_context.jsJoyee Cheung
2018-11-20src: use STL containers instead of v8 values for static module dataJoyee Cheung
2018-11-15src: compile native modules and their code cache in C++Joyee Cheung