Home
last modified time | relevance | path

Searched defs:isLocal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dtime.cpp24 int64_t GetLocalOffsetFromOS(int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dtime.cpp24 int64_t GetLocalOffsetFromOS([[maybe_unused]] int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp243 int64_t JSDate::GetLocalOffsetInMin(const JSThread *thread, int64_t timeMs, bool isLocal) in GetLocalOffsetInMin()
268 bool isLocal = false; in LocalParseStringToMs() local
344 bool isLocal = false; in UtcParseStringToMs() local
819 void JSDate::GetDateValues(double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues()
893 double JSDate::SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in SetDateValues()
Decma_macros.h221 #define SET_DATE_VALUE(name, code, isLocal) \ argument
270 #define GET_DATE_VALUE(name, code, isLocal) \ argument
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument