V8 Project
date.cc File Reference
#include "src/date.h"
#include "src/v8.h"
#include "src/objects.h"
#include "src/objects-inl.h"
+ Include dependency graph for date.cc:

Go to the source code of this file.

Namespaces

 v8
 Debugger support for the V8 JavaScript engine.
 
 v8::internal
 

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 []