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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGUseKind.h94 return SpecTop;
H A DDFGAbstractValue.h68 m_type |= SpecTop; // The state may have included SpecEmpty, in which case we want this to become SpecEmptyOrTop.
95 return m_type == SpecTop && m_currentKnownStructure.isTop() && m_futurePossibleStructure.isTop();
276 if (type == SpecTop)
H A DDFGAbstractState.cpp1083 type = (SpecTop & ~SpecCell) | SpecString;
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DSpeculatedType.h68 static const SpeculatedType SpecTop = 0x0fffffff; // It can be any of the above. member in namespace:JSC

Completed in 258 milliseconds