Searched refs:subFunctionType (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/cssjit/
H A DSelectorCompiler.cpp489 FunctionType subFunctionType = constructFragments(rootSelector, selectorContext, fragmentList, FragmentsLevel::InFunctionalPseudoType, positionInRootFragments); local
492 if (subFunctionType == FunctionType::CannotMatchAnything)
495 if (subFunctionType == FunctionType::CannotCompile)
505 functionType = mostRestrictiveFunctionType(functionType, subFunctionType);

Completed in 170 milliseconds