Home
last modified time | relevance | path

Searched refs:SetDateValues (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Djs_date.h166 static double SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal);
167 static double SetDateValues(int64_t year, int64_t month, int64_t day);
H A Djs_date.cpp924 return JSTaggedValue(SetDateValues(&date, isLocal)); in SetDateValue()
928 double JSDate::SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in SetDateValues() function in panda::ecmascript::JSDate
947 double JSDate::SetDateValues(int64_t year, int64_t month, int64_t day) in SetDateValues() function in panda::ecmascript::JSDate
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stub_list.h180 V(SetDateValues) \
H A Druntime_stubs.h150 static double SetDateValues(double year, double month, double day);
H A Druntime_stubs.cpp3479 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues() function in panda::ecmascript::RuntimeStubs
3486 return JSDate::SetDateValues(static_cast<int64_t>(year), static_cast<int64_t>(month), static_cast<int64_t>(day)); in SetDateValues()
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_date.cpp486 timeValue = JSTaggedValue((i == length) ? JSDate::SetDateValues(&fields, true) : base::NAN_VALUE); in ExtractDateFields()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dcall_signature.h565 V(SetDateValues) \
H A Dcall_signature.cpp2751 DEF_CALL_SIGNATURE(SetDateValues) in DEF_CALL_SIGNATURE()
2754 CallSignature index("SetDateValues", 0, 3, ArgumentsOrder::DEFAULT_ORDER, VariableType::FLOAT64()); in DEF_CALL_SIGNATURE()
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_stubs.cpp506 timeValue = CallNGCRuntime(glue, RTSTUB_ID(SetDateValues), {y, m, d}); in DECLARE_BUILTINS()

Completed in 20 milliseconds