Searched refs:ToISOString (Results 1 – 5 of 5) sorted by relevance
107 V("toISOString", ToISOString, 0, INVALID) \244 DATE_TO_STRING(ToISOString);
133 JSTaggedValue ToISOString(JSThread *thread) const;
698 JSTaggedValue JSDate::ToISOString(JSThread *thread) const in ToISOString() function in panda::ecmascript::JSDate
772 HWTEST_F_L0(BuiltinsDateTest, ToISOString) in HWTEST_F_L0() argument783 JSTaggedValue result1 = BuiltinsDate::ToISOString(ecmaRuntimeCallInfo); in HWTEST_F_L0()802 JSTaggedValue result1 = BuiltinsDate::ToISOString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
286 reinterpret_cast<uintptr_t>(Date::ToISOString),