Searched refs:ToUTCString (Results 1 – 5 of 5) sorted by relevance
121 V("toUTCString", ToUTCString, 0, INVALID) \265 DATE_STRING(ToUTCString);
151 JSTaggedValue ToUTCString(JSThread *thread) const;
824 JSTaggedValue JSDate::ToUTCString(JSThread *thread) const in ToUTCString() function in panda::ecmascript::JSDate
799 HWTEST_F_L0(BuiltinsDateTest, ToUTCString) in HWTEST_F_L0() argument810 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()827 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
267 reinterpret_cast<uintptr_t>(Date::ToUTCString),