Home
last modified time | relevance | path

Searched defs:DateInstance (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
DDateInstance.cpp37 DateInstance::DateInstance(ExecState* exec, Structure* structure) in DateInstance() function in JSC::DateInstance
44 DateInstance::DateInstance(ExecState* exec, Structure* structure, double time) in DateInstance() function in JSC::DateInstance
DDatePrototype.cpp148 static JSCell* formatLocaleDate(ExecState* exec, DateInstance*, double timeInMilliseconds, LocaleDa… in formatLocaleDate() argument