OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:formatFunctions
(Results
1 - 2
of
2
) sorted by null
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
date-format-xparb.js
16
Date.
formatFunctions
= {count:0};
19
if (Date.
formatFunctions
[format] == null) {
22
var func = Date.
formatFunctions
[format];
27
var funcName = "format" + Date.
formatFunctions
.count++;
28
Date.
formatFunctions
[format] = funcName;
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
date-format-xparb.js
16
Date.
formatFunctions
= {count:0};
19
if (Date.
formatFunctions
[format] == null) {
22
var func = Date.
formatFunctions
[format];
27
var funcName = "format" + Date.
formatFunctions
.count++;
28
Date.
formatFunctions
[format] = funcName;
Completed in 18 milliseconds