Searched refs:fits_into_int32_t (Results 1 – 2 of 2) sorted by relevance
313 bool fits_into_int32_t = (i & (1U << 31)) == 0; in Set() local314 if (V8_LIKELY(fits_into_int32_t)) { in Set()
8316 bool fits_into_int32_t = (value & (1 << 31)) == 0; in NewFromUnsigned() local8317 if (fits_into_int32_t) { in NewFromUnsigned()