Searched refs:UTC_MS (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Date/
H A D15.9.3.2-1.js64 var UTC_MS = 8; variable
217 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.2-2.js64 var UTC_MS = 8; variable
195 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.2-3.js64 var UTC_MS = 8; variable
181 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.1-1.js69 var UTC_MS = 8; variable
250 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.1-2.js69 var UTC_MS = 8; variable
208 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.1-3.js69 var UTC_MS = 8; variable
186 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.1-4.js69 var UTC_MS = 8; variable
170 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.1-5.js69 var UTC_MS = 8; variable
147 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.2-4.js64 var UTC_MS = 8; variable
164 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.2-5.js64 var UTC_MS = 8; variable
146 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.8-1.js65 var UTC_MS = 8; variable
276 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.8-2.js65 var UTC_MS = 8; variable
251 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.8-3.js65 var UTC_MS = 8; variable
229 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.8-4.js65 var UTC_MS = 8; variable
198 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.3.8-5.js65 var UTC_MS = 8; variable
166 testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
H A D15.9.4.2.js74 var UTC_MS = 8; variable
188 // testcases[item++] = new TestCase( SECTION, DateString+".getUTCMilliseconds()", ResultArray[UTC_MS], DateCase.getUTCMilliseconds() );
/external/v8/src/
H A Ddate.js494 return UTC_MS(this);
552 ms = %_ArgumentsLength() < 2 ? UTC_MS(this) : ToNumber(ms);
578 ms = argc < 3 ? UTC_MS(this) : ToNumber(ms);
606 ms = argc < 4 ? UTC_MS(this) : ToNumber(ms);
H A Dmacros.py189 macro UTC_MS(arg) = (%_DateField(arg, 18));

Completed in 6388 milliseconds