Searched defs:isLocal (Results 1 – 5 of 5) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/platform/unix/ |
D | time.cpp | 24 int64_t GetLocalOffsetFromOS(int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | time.cpp | 24 int64_t GetLocalOffsetFromOS([[maybe_unused]] int64_t timeMs, bool isLocal) in GetLocalOffsetFromOS()
|
/arkcompiler/ets_runtime/ecmascript/ |
D | js_date.cpp | 243 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()
|
D | ecma_macros.h | 221 #define SET_DATE_VALUE(name, code, isLocal) \ argument 270 #define GET_DATE_VALUE(name, code, isLocal) \ argument
|
/arkcompiler/ets_frontend/legacy_bin/api8/src/ |
D | index.js | 2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument
|