Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Djs-typed-lowering.cc558 const Operator* stringOp; in ReduceJSComparison() local
561 stringOp = simplified()->StringLessThan(); in ReduceJSComparison()
564 stringOp = simplified()->StringLessThan(); in ReduceJSComparison()
568 stringOp = simplified()->StringLessThanOrEqual(); in ReduceJSComparison()
571 stringOp = simplified()->StringLessThanOrEqual(); in ReduceJSComparison()
577 r.ChangeToStringComparisonOperator(stringOp); in ReduceJSComparison()