Home
last modified time | relevance | path

Searched refs:kWithCache (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Dnode_native_module.h70 enum class Result { kWithCache, kWithoutCache }; enumerator
Dnode_native_module_env.cc118 if (result == NativeModuleLoader::Result::kWithCache) { in RecordResult()
Dnode_native_module.cc302 ? Result::kWithCache in LookupAndCompile()