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

  /external/chromium_org/v8/src/
date.js 111 function MakeDate(day, time) {
195 value = MakeDate(day, time);
276 var date = MakeDate(day, time);
301 return TimeClip(MakeDate(day, time));
487 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
499 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time));
509 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
519 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time));
531 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
543 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time))
    [all...]
  /external/v8/src/
date.js 115 function MakeDate(day, time) {
199 value = MakeDate(day, time);
283 var date = MakeDate(day, time);
308 return TimeClip(MakeDate(day, time));
519 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
532 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time));
543 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
554 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time));
567 return SET_LOCAL_DATE_VALUE(this, MakeDate(LOCAL_DAYS(this), time));
580 return SET_UTC_DATE_VALUE(this, MakeDate(UTC_DAYS(this), time))
    [all...]

Completed in 125 milliseconds