Searched refs:factory_function (Results 1 – 1 of 1) sorted by relevance
2152 static FixedArray* CreateCache(int size, Handle<JSFunction> factory_function) { in CreateCache() argument2153 Factory* factory = factory_function->GetIsolate()->factory(); in CreateCache()2159 cache->set(JSFunctionResultCache::kFactoryIndex, *factory_function); in CreateCache()