HomeSort by relevance Sort by last modified time
    Searched full:unchecked_posix_time (Results 1 - 1 of 1) sorted by null

  /external/v8/src/base/platform/
platform-win32.cc 366 double unchecked_posix_time = rounded_to_second.ToJSTime() / 1000; local
367 if (unchecked_posix_time > INT_MAX || unchecked_posix_time < 0) {
371 time_t posix_time = static_cast<time_t>(unchecked_posix_time);
    [all...]

Completed in 70 milliseconds