Home
last modified time | relevance | path

Searched defs:SetDateValues (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp883 double JSDate::SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in SetDateValues() function in panda::ecmascript::JSDate
902 double JSDate::SetDateValues(int64_t year, int64_t month, int64_t day) in SetDateValues() function in panda::ecmascript::JSDate
/arkcompiler/ets_runtime/ecmascript/compiler/
Dcall_signature.cpp2239 DEF_CALL_SIGNATURE(SetDateValues) in DEF_CALL_SIGNATURE() argument
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp2930 double RuntimeStubs::SetDateValues(double year, double month, double day) in SetDateValues() function in panda::ecmascript::RuntimeStubs