Searched refs:ToUTCString (Results 1 – 6 of 6) sorted by relevance
160 DATE_STRING(ToUTCString);
956 SetFunction(env, dateFuncPrototype, "toUTCString", Date::ToUTCString, FunctionLength::ZERO); in InitializeDate()
142 JSTaggedValue ToUTCString(JSThread *thread) const;
787 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),