Searched defs:inputIsUTC (Results 1 – 2 of 2) sorted by relevance
854 static EncodedJSValue setNewValueFromTimeArgs(ExecState* exec, int numArgsToUse, bool inputIsUTC) in setNewValueFromTimeArgs()891 static EncodedJSValue setNewValueFromDateArgs(ExecState* exec, int numArgsToUse, bool inputIsUTC) in setNewValueFromDateArgs()933 const bool inputIsUTC = false; in dateProtoFuncSetMilliSeconds() local939 const bool inputIsUTC = true; in dateProtoFuncSetUTCMilliseconds() local945 const bool inputIsUTC = false; in dateProtoFuncSetSeconds() local951 const bool inputIsUTC = true; in dateProtoFuncSetUTCSeconds() local957 const bool inputIsUTC = false; in dateProtoFuncSetMinutes() local963 const bool inputIsUTC = true; in dateProtoFuncSetUTCMinutes() local969 const bool inputIsUTC = false; in dateProtoFuncSetHours() local975 const bool inputIsUTC = true; in dateProtoFuncSetUTCHours() local[all …]
1111 …rianDateTimeToMS(ExecState* exec, const GregorianDateTime& t, double milliSeconds, bool inputIsUTC) in gregorianDateTimeToMS()