Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
Dv8-function-callback.h313 bool fits_into_int32_t = (i & (1U << 31)) == 0; in Set() local
314 if (V8_LIKELY(fits_into_int32_t)) { in Set()
/third_party/node/deps/v8/src/api/
Dapi.cc8316 bool fits_into_int32_t = (value & (1 << 31)) == 0; in NewFromUnsigned() local
8317 if (fits_into_int32_t) { in NewFromUnsigned()