Searched refs:ToTimeString (Results 1 – 5 of 5) sorted by relevance
119 V("toTimeString", ToTimeString, 0, INVALID) \262 DATE_STRING(ToTimeString);
139 JSTaggedValue ToTimeString(JSThread *thread) const;
760 JSTaggedValue JSDate::ToTimeString(JSThread *thread) const in ToTimeString() function in panda::ecmascript::JSDate
938 HWTEST_F_L0(BuiltinsDateTest, ToTimeString) in HWTEST_F_L0() argument960 JSTaggedValue result1 = BuiltinsDate::ToTimeString(ecmaRuntimeCallInfo); in HWTEST_F_L0()984 JSTaggedValue result2 = BuiltinsDate::ToTimeString(ecmaRuntimeCallInfo1); in HWTEST_F_L0()1007 JSTaggedValue result3 = BuiltinsDate::ToTimeString(ecmaRuntimeCallInfo2); in HWTEST_F_L0()
292 reinterpret_cast<uintptr_t>(Date::ToTimeString),