Searched defs:DateInstance (Results 1 – 2 of 2) sorted by relevance
37 DateInstance::DateInstance(ExecState* exec, Structure* structure) in DateInstance() function in JSC::DateInstance44 DateInstance::DateInstance(ExecState* exec, Structure* structure, double time) in DateInstance() function in JSC::DateInstance
148 static JSCell* formatLocaleDate(ExecState* exec, DateInstance*, double timeInMilliseconds, LocaleDa… in formatLocaleDate() argument