Searched refs:ToUTCString (Results 1 – 5 of 5) sorted by relevance
121 V("toUTCString", ToUTCString, 0, INVALID) \265 DATE_STRING(ToUTCString);
142 JSTaggedValue ToUTCString(JSThread *thread) const;
785 JSTaggedValue JSDate::ToUTCString(JSThread *thread) const in ToUTCString() function in panda::ecmascript::JSDate
1016 HWTEST_F_L0(BuiltinsDateTest, ToUTCString) in HWTEST_F_L0() argument1027 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()1044 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
293 reinterpret_cast<uintptr_t>(Date::ToUTCString),