Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
Dapi-natives.cc306 SimpleNumberDictionary slow_cache = in ProbeInstantiationsCache() local
308 InternalIndex entry = slow_cache.FindEntry(isolate, serial_number); in ProbeInstantiationsCache()
310 return handle(JSObject::cast(slow_cache.ValueAt(entry)), isolate); in ProbeInstantiationsCache()