Searched refs:ToISOString (Results 1 – 6 of 6) sorted by relevance
139 DATE_TO_STRING(ToISOString);
948 SetFunction(env, dateFuncPrototype, "toISOString", Date::ToISOString, FunctionLength::ZERO); in InitializeDate()
133 JSTaggedValue ToISOString(JSThread *thread) const;
700 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),