Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h749 Handle<String> SizeToString(size_t value, bool check_cache = true);
751 bool check_cache = true) {
752 return SizeToString(value, check_cache);
Dfactory.cc3348 Handle<String> Factory::SizeToString(size_t value, bool check_cache) { in SizeToString() argument
3351 check_cache ? NumberCacheMode::kBoth : NumberCacheMode::kIgnore; in SizeToString()
/third_party/python/Lib/urllib/
Drequest.py1613 self.check_cache()
1616 def check_cache(self): member in CacheFTPHandler