Home
last modified time | relevance | path

Searched refs:PLUS (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMappedType.cpp40 … : readonly_ == MappedOption::PLUS ? AstDumper::Optional("+") : AstDumper::Optional("-")}, in Dump()
43 … : optional_ == MappedOption::PLUS ? AstDumper::Optional("+") : AstDumper::Optional("-")}}); in Dump()
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsMappedType.cpp49 : readonly_ == MappedOption::PLUS ? AstDumper::Optional("+") in Dump()
52 : optional_ == MappedOption::PLUS ? AstDumper::Optional("+") in Dump()
/arkcompiler/ets_frontend/ets2panda/test/parser/ets/
Denum2.ets34 PLUS,
/arkcompiler/ets_runtime/ecmascript/
Djs_date.cpp297 indexPlus = str.find(PLUS, indexGmt); in LocalParseStringToMs()
365 indexPlus = str.find(PLUS, indexGmt); in UtcParseStringToMs()
414 } else if (len >= MIN_LENGTH && str.at(len - INDEX_PLUS_NEG) == PLUS) { in IsoParseStringToMs()
416 flag = PLUS; in IsoParseStringToMs()
452 if (flag == PLUS) { in IsoParseStringToMs()
678 localTime += PLUS; in ToDateString()
708 year = PLUS + StrToTargetLength(year, STR_LENGTH_YEAR + STR_LENGTH_OTHERS); in ToISOString()
739 localTime += PLUS; in ToString()
770 localTime += PLUS; in ToTimeString()
Djs_date.h185 static constexpr char PLUS = '+'; variable
/arkcompiler/ets_frontend/ets2panda/ir/
DastNodeFlags.h89 enum class MappedOption { NO_OPTS, PLUS, MINUS }; enumerator
/arkcompiler/ets_frontend/es2panda/ir/
DastNode.h102 enum class MappedOption { NO_OPTS, PLUS, MINUS }; enumerator
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_date_test.cpp30 const char PLUS = '+'; variable
872 localTime += PLUS; in HWTEST_F_L0()
897 localTime += PLUS; in HWTEST_F_L0()
922 localTime += PLUS; in HWTEST_F_L0()
953 localTime += PLUS; in HWTEST_F_L0()
977 localTime += PLUS; in HWTEST_F_L0()
1000 localTime += PLUS; in HWTEST_F_L0()
/arkcompiler/ets_frontend/ets2panda/parser/
DTSparser.cpp968 … : ir::MappedOption::PLUS; in ParseMappedOption()
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp1194 … : ir::MappedOption::PLUS; in ParseMappedOption()