Home
last modified time | relevance | path

Searched refs:BuiltinsDate (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
H A Dbuiltins_date_test.cpp66 result = BuiltinsDate::ToString(ecmaRuntimeCallInfos); in DateAlgorithm()
69 result = BuiltinsDate::ToTimeString(ecmaRuntimeCallInfos); in DateAlgorithm()
72 result = BuiltinsDate::ToISOString(ecmaRuntimeCallInfos); in DateAlgorithm()
90 [[maybe_unused]] JSTaggedValue result1 = BuiltinsDate::SetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0()
91 JSTaggedValue result2 = BuiltinsDate::GetDate(ecmaRuntimeCallInfo); in HWTEST_F_L0()
104 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0()
105 JSTaggedValue result4 = BuiltinsDate::GetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0()
118 [[maybe_unused]] JSTaggedValue result3 = BuiltinsDate::SetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0()
119 JSTaggedValue result4 = BuiltinsDate::GetUTCDate(ecmaRuntimeCallInfo); in HWTEST_F_L0()
133 BuiltinsDate in HWTEST_F_L0()
[all...]
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp33 JSTaggedValue BuiltinsDate::DateConstructor(EcmaRuntimeCallInfo *argv) in DateConstructor()
85 JSTaggedValue BuiltinsDate::Now([[maybe_unused]] EcmaRuntimeCallInfo *argv) in Now()
92 JSTaggedValue BuiltinsDate::Parse(EcmaRuntimeCallInfo *argv) in Parse()
100 JSTaggedValue BuiltinsDate::UTC(EcmaRuntimeCallInfo *argv) in UTC()
108 JSTaggedValue BuiltinsDate::GetTime(EcmaRuntimeCallInfo *argv) in GetTime()
121 JSTaggedValue BuiltinsDate::SetTime(EcmaRuntimeCallInfo *argv) in SetTime()
142 JSTaggedValue BuiltinsDate::ToJSON(EcmaRuntimeCallInfo *argv) in ToJSON()
173 JSTaggedValue BuiltinsDate::ValueOf(EcmaRuntimeCallInfo *argv) in ValueOf()
187 JSTaggedValue BuiltinsDate::ToPrimitive(EcmaRuntimeCallInfo *argv) in ToPrimitive()
223 JSTaggedValue BuiltinsDate
[all...]
H A Dbuiltins_date.h24 // where BuiltinsDate::func refers to the native implementation of Date[name].
32 V("UTC", UTC, ::panda::ecmascript::builtins::BuiltinsDate::UTC_LENGTH, INVALID)
36 // where BuiltinsDate::func refers to the native implementation of Date.prototype[name].
126 class BuiltinsDate : public base::BuiltinsBase { class
295 base::BuiltinFunctionEntry::Create(name, BuiltinsDate::func, length, kungfu::BuiltinsStubCSigns::builtinId),
H A Dbuiltins.cpp114 using Date = builtins::BuiltinsDate;
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/
H A Dsnapshot_processor.cpp94 using Date = builtins::BuiltinsDate;

Completed in 13 milliseconds