Searched refs:TimeInMonth (Results 1 - 25 of 42) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.5.11-1.js55 t += TimeInMonth(m);
57 for ( var d = 0; d < TimeInMonth( m ); d += 7*msPerDay ) {
H A D15.9.5.11-2.js52 t += TimeInMonth(m);
54 for ( var d = 0; d < TimeInMonth( m ); d += 7*msPerDay ) {
H A D15.9.5.11-3.js51 t += TimeInMonth(m);
53 for ( var d = 0; d < TimeInMonth( m ); d += 7*msPerDay ) {
H A D15.9.5.11-4.js51 t += TimeInMonth(m);
53 for ( var d = 0; d < TimeInMonth( m ); d += 7* msPerDay ) {
H A D15.9.5.11-5.js51 t += TimeInMonth(m);
53 for ( var d = 0; d < TimeInMonth( m ); d += 7*msPerDay ) {
H A D15.9.5.11-6.js52 t += TimeInMonth(m);
54 for ( var d = 0; d < TimeInMonth( m ); d += 7*msPerDay ) {
H A D15.9.5.11-7.js54 t += TimeInMonth(m);
56 for ( var d = 0; d < TimeInMonth( m ); d += 7*msPerDay ) {
H A D15.9.5.13-1.js54 t += TimeInMonth(m);
56 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*14 ) {
H A D15.9.5.13-2.js51 t += TimeInMonth(m);
53 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*14 ) {
H A D15.9.5.13-3.js51 t += TimeInMonth(m);
53 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*14 ) {
H A D15.9.5.13-4.js51 t += TimeInMonth(m);
53 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*14 ) {
H A D15.9.5.13-5.js51 t += TimeInMonth(m);
53 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*14 ) {
H A D15.9.5.13-6.js54 t += TimeInMonth(m);
56 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*7 ) {
H A D15.9.5.13-7.js56 t += TimeInMonth(m);
58 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*7 ) {
H A D15.9.5.12-1.js86 t += TimeInMonth(m);
88 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-2.js80 t += TimeInMonth(m);
82 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-3.js79 t += TimeInMonth(m);
81 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-4.js78 t += TimeInMonth(m);
80 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-5.js77 t += TimeInMonth(m);
79 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-6.js76 t += TimeInMonth(m);
78 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-7.js74 t += TimeInMonth(m);
76 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.12-8.js71 t += TimeInMonth(m);
73 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*6 ) {
H A D15.9.5.13-8.js71 t += TimeInMonth(m);
73 for ( d = 0; d < TimeInMonth(m); d+= msPerDay*7 ) {
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/
H A Dshell.js521 var april = TimeFromYear(year) + TimeInMonth(0, leap) + TimeInMonth(1,leap) +
522 TimeInMonth(2,leap);
537 oct += TimeInMonth(m, leap);
552 var march = TimeFromYear(year) + TimeInMonth(0, leap) + TimeInMonth(1,leap);
571 nov += TimeInMonth(m, leap);
624 t += TimeInMonth( m, leap );
639 function TimeInMonth( month, leap ) { function
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Date/
H A Dshell.js464 var april = TimeFromYear(year) + TimeInMonth(0, leap) + TimeInMonth(1,leap) +
465 TimeInMonth(2,leap);
480 oct += TimeInMonth(m, leap);
495 var march = TimeFromYear(year) + TimeInMonth(0, leap) + TimeInMonth(1,leap);
514 nov += TimeInMonth(m, leap);
578 t += TimeInMonth( m, leap );
589 function TimeInMonth( month, leap ) function

Completed in 100 milliseconds

12