v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
date.cc File Reference
Include dependency graph for date.cc:

Go to the source code of this file.

Namespaces

namespace  v8
 
namespace  v8::internal
 

Functions

double v8::internal::MakeDate (double day, double time)
 
double v8::internal::MakeDay (double year, double month, double date)
 
double v8::internal::MakeTime (double hour, double min, double sec, double ms)
 
DateBuffer v8::internal::ToDateString (double time_val, DateCache *date_cache, ToDateStringMode mode)
 
double v8::internal::ParseDateTimeString (Isolate *isolate, DirectHandle< String > str)
 

Variables

static const int v8::internal::kDaysIn4Years = 4 * 365 + 1
 
static const int v8::internal::kDaysIn100Years = 25 * kDaysIn4Years - 1
 
static const int v8::internal::kDaysIn400Years = 4 * kDaysIn100Years + 1
 
static const int v8::internal::kDays1970to2000 = 30 * 365 + 7
 
static const int v8::internal::kDaysOffset
 
static const int v8::internal::kYearsOffset = 400000
 
static const char v8::internal::kDaysInMonths []