Searched refs:kWithoutCache (Results 1 – 2 of 2) sorted by relevance
/third_party/node/src/ | ||
D | node_native_module.h | 70 enum class Result { kWithCache, kWithoutCache }; enumerator |
D | node_native_module.cc | 303 : Result::kWithoutCache; in LookupAndCompile() |