Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_date.h121 V("toUTCString", ToUTCString, 0, INVALID) \
265 DATE_STRING(ToUTCString);
/arkcompiler/ets_runtime/ecmascript/
Djs_date.h151 JSTaggedValue ToUTCString(JSThread *thread) const;
Djs_date.cpp824 JSTaggedValue JSDate::ToUTCString(JSThread *thread) const in ToUTCString() function in panda::ecmascript::JSDate
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp799 HWTEST_F_L0(BuiltinsDateTest, ToUTCString) in HWTEST_F_L0() argument
810 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
827 JSTaggedValue result1 = BuiltinsDate::ToUTCString(ecmaRuntimeCallInfo); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
Dsnapshot_processor.cpp267 reinterpret_cast<uintptr_t>(Date::ToUTCString),