Home
last modified time | relevance | path

Searched refs:maxValue (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/generator/
DUnderlineNameGenerator.ts28 const maxValue: number = 128; constant
29 … this.mMaxLength = (options && options.underlineMaxLength) ? options.underlineMaxLength : maxValue;
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DstaticAnonymousTypeNotReferencingTypeParameter.ts453 let maxValue = -Infinity;
454 AssertType(maxValue, "number");
486 if (candidateValue > maxValue) {
487 AssertType(candidateValue > maxValue, "boolean");
489 AssertType(maxValue, "number");
496 maxValue = candidateValue;
497 AssertType(maxValue = candidateValue, "number");
498 AssertType(maxValue, "number");
/arkcompiler/ets_runtime/ecmascript/regexp/
Dregexp_opcode.cpp650 uint32_t maxValue = isUtf16 ? UINT32_MAX : UINT16_MAX; in Invert() local
652 rangeSet_.emplace_back(std::make_pair(0, maxValue)); in Invert()
658 if (iter->first == 0 && iter->second == maxValue) { in Invert()
667 if (iter->second == maxValue) { in Invert()
676 iter->second = maxValue; in Invert()
Dregexp_parser.h110 bool ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value);
Dregexp_parser.cpp155 bool RegExpParser::ParseUnlimitedLengthHexNumber(uint32_t maxValue, uint32_t *value) in ParseUnlimitedLengthHexNumber() argument
168 if (x > maxValue) { in ParseUnlimitedLengthHexNumber()
/arkcompiler/ets_runtime/test/moduletest/stubbuilder/
Dstubbuilder.js1034 function maxValue() { function
1043 print(maxValue(2, 4, 5, 9));
1044 print(maxValue(12, 4, 9));
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp837 const double maxValue = 1.7976931348623157e+308; in InitializeNumber() local
840 SetConstant(numFunction, "MAX_VALUE", JSTaggedValue(maxValue)); in InitializeNumber()
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js62834 maxValue: 127 property
62838 maxValue: 255 property
62842 maxValue: 32767 property
62846 maxValue: 65535 property
62850 maxValue: 2147483647 property
62854 maxValue: 4294967295 property
62858 maxValue: 1 property
62862 maxValue: 1 property
63002 if (e && i) return new u3(e, i.ctor, 1 / i.maxValue);