Searched defs:MakeDate (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Ddate.js115 function MakeDate(day, time) { function
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_DAY
[all...]
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
H A Djsref.js614 function MakeDate( day, time ) { function
H A Dshell.js657 function MakeDate( day, time ) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_2/
H A Djsref.js575 function MakeDate( day, time ) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
H A Dshell.js605 function MakeDate( day, time ) function

Completed in 822 milliseconds