Home | History | Annotate | Download | only in src

Lines Matching refs:caches

936     // Get the caches for this context. GC can happen when the context
937 // is not fully initialized, so the caches can be undefined.
941 FixedArray* caches = FixedArray::cast(caches_or_undefined);
942 // Clear the caches:
943 int length = caches->length();
945 JSFunctionResultCache::cast(caches->get(i))->Clear();