HomeSort by relevance Sort by last modified time
    Searched refs:fits_into_int32_t (Results 1 - 2 of 2) sorted by null

  /external/v8/include/
v8.h 7546 bool fits_into_int32_t = (i & (1U << 31)) == 0; local
    [all...]
  /external/v8/src/
api.cc 6941 bool fits_into_int32_t = (value & (1 << 31)) == 0; local
    [all...]

Completed in 411 milliseconds