#include "node_native_module.h" // This is supposed to be generated by tools/generate_code_cache.js // The stub here is used when configure is run without `--code-cache-path` namespace node { namespace native_module { // The generated source code would insert pairs // into native_module_loader.code_cache_. void NativeModuleLoader::LoadCodeCache() {} } // namespace native_module } // namespace node