Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/parser/
DSyntaxChecker.h115 static const bool CanUseFunctionCache = true; variable
DJSParser.cpp1314 …if (const SourceProviderCacheItem* cachedInfo = TreeBuilder::CanUseFunctionCache ? findCachedFunct… in parseFunctionInfo()
1345 …if (TreeBuilder::CanUseFunctionCache && m_functionCache && functionLength > minimumFunctionLengthT… in parseFunctionInfo()
DASTBuilder.h111 static const bool CanUseFunctionCache = true; variable