Home
last modified time | relevance | path

Searched defs:isLocal (Results 1 – 14 of 14) 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/compiler/codegen/maple/maple_ir/include/
Dmir_scope.h27 bool isLocal; member
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_symbol.cpp349 void MIRSymbol::Dump(bool isLocal, int32 indent, bool suppressInit, const MIRSymbolTable *localsymt… in Dump()
418 void MIRSymbolTable::Dump(bool isLocal, int32 indent, bool printDeleted, MIRFlavor flavor) const in Dump()
Ddebug_info.cpp516 bool isLocal = sym->IsLocal(); in CreateVarDie() local
555 bool isLocal = sym->IsLocal(); in CreateVarDie() local
Dglobal_tables.cpp560 void GSymbolTable::Dump(bool isLocal, int32 indent) const in Dump()
Dparser.cpp941 bool isLocal; in ParseOneAlias() local
Dmir_type.cpp763 inline void DumpTypeName(GStrIdx strIdx, bool isLocal) in DumpTypeName()
768 static bool CheckAndDumpTypeName(GStrIdx strIdx, bool isLocal) in CheckAndDumpTypeName()
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp242 int64_t JSDate::GetLocalOffsetInMin(const JSThread *thread, int64_t timeMs, bool isLocal) in GetLocalOffsetInMin()
267 bool isLocal = false; in LocalParseStringToMs() local
339 bool isLocal = false; in UtcParseStringToMs() local
858 …etDateValues(JSThread *thread, double timeMs, std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in GetDateValues()
922 double JSDate::SetDateValues(const std::array<int64_t, DATE_LENGTH> *date, bool isLocal) in SetDateValues()
Decma_macros.h275 #define SET_DATE_VALUE(name, code, isLocal) \ argument
327 #define GET_DATE_VALUE(name, code, isLocal) … argument
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_me/include/
Dorig_symbol.h367 bool isLocal; // get from defined stmt or use expr variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dasm_assembler.cpp89 bool isLocal = false; in PostEmitVariable() local
115 bool isLocal = false; in EmitVariable() local
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1303 const isLocal = TsUtils.isInsideBlock(node); constant
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument