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

/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGGraph.h81 SpeculateInteger enumerator in enum:JSC::DFG::AddSpeculationMode
217 return (leftShouldSpeculateInteger && rightShouldSpeculateInteger && add->canSpeculateInteger()) ? SpeculateInteger : DontSpeculateInteger;
743 return add->canSpeculateInteger() ? SpeculateInteger : DontSpeculateInteger;

Completed in 118 milliseconds