Searched refs:has_max (Results 1 – 3 of 3) sorted by relevance
666 this.has_max = max_size != undefined;866 if (table.has_max && table_size > table.max_size) {926 var has_max = (typeof imp.maximum) != "undefined";929 section.emit_u8(has_max ? 3 : 2); // flags931 section.emit_u8(has_max ? 1 : 0); // flags934 if (has_max) section.emit_u32v(imp.maximum); // maximum937 var has_max = (typeof imp.maximum) != "undefined";938 section.emit_u8(has_max ? 1 : 0); // flags940 if (has_max) section.emit_u32v(imp.maximum); // maximum969 section.emit_u8(table.has_max);[all …]
1670 bool has_max = max < RegExpTree::kInfinity; in RationalizeConsecutiveAtoms() local1671 bool needs_counter = has_min || has_max; in RationalizeConsecutiveAtoms()1698 if (has_max) { in RationalizeConsecutiveAtoms()
1808 bool* has_max, uint32_t max_maximum, in consume_resizable_limits() argument1825 *has_max = true; in consume_resizable_limits()1842 *has_max = false; in consume_resizable_limits()