Home
last modified time | relevance | path

Searched refs:ToUTCString (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.h160 DATE_STRING(ToUTCString);
Dbuiltins.cpp956 SetFunction(env, dateFuncPrototype, "toUTCString", Date::ToUTCString, FunctionLength::ZERO); in InitializeDate()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h142 JSTaggedValue ToUTCString(JSThread *thread) const;
Djs_date.cpp787 JSTaggedValue JSDate::ToUTCString(JSThread *thread) const in ToUTCString() function in panda::ecmascript::JSDate
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp1016 HWTEST_F_L0(BuiltinsDateTest, ToUTCString) in HWTEST_F_L0() argument
1027 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
1044 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp293 reinterpret_cast<uintptr_t>(Date::ToUTCString),