Home
last modified time | relevance | path

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

/third_party/node/deps/v8/include/
H A 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/include/v8-include/
H A Dv8-function-callback.h335 bool fits_into_int32_t = (i & (1U << 31)) == 0; in Set() local
336 if (V8_LIKELY(fits_into_int32_t)) { in Set()
/third_party/node/deps/v8/src/api/
H A Dapi.cc8316 bool fits_into_int32_t = (value & (1 << 31)) == 0; in NewFromUnsigned() local
8317 if (fits_into_int32_t) { in NewFromUnsigned()

Completed in 27 milliseconds