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

/external/v8/src/
H A Dobjects-inl.h1633 uint32_t uint_value = static_cast<uint32_t>(value); local
1634 if (value == static_cast<double>(uint_value)) {
1635 *index = uint_value;

Completed in 49 milliseconds