Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dsimplified-lowering.cc2132 int value_as_int; in VisitNode() local
2133 if (DoubleToSmiInteger(value, &value_as_int)) { in VisitNode()
2136 intptr_t smi = bit_cast<intptr_t>(Smi::FromInt(value_as_int)); in VisitNode()

Completed in 9 milliseconds