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

/macosx-10.10.1/JavaScriptCore-7600.1.17/bytecode/
H A DSpeculatedType.h136 inline bool isArraySpeculation(SpeculatedType value) function in namespace:JSC
221 return isArraySpeculation(value)
H A DSpeculatedType.cpp211 if (isArraySpeculation(prediction))
/macosx-10.10.1/JavaScriptCore-7600.1.17/dfg/
H A DDFGNode.h1547 return isArraySpeculation(prediction());
H A DDFGAbstractInterpreterInlines.h881 if (isFinalObjectSpeculation(abstractChild.m_type) || isArraySpeculation(abstractChild.m_type) || isArgumentsSpeculation(abstractChild.m_type)) {

Completed in 68 milliseconds