Home
last modified time | relevance | path

Searched refs:has_max (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js666 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); // flags
931 section.emit_u8(has_max ? 1 : 0); // flags
934 if (has_max) section.emit_u32v(imp.maximum); // maximum
937 var has_max = (typeof imp.maximum) != "undefined";
938 section.emit_u8(has_max ? 1 : 0); // flags
940 if (has_max) section.emit_u32v(imp.maximum); // maximum
969 section.emit_u8(table.has_max);
[all …]
/third_party/node/deps/v8/src/regexp/
Dregexp-compiler-tonode.cc1670 bool has_max = max < RegExpTree::kInfinity; in RationalizeConsecutiveAtoms() local
1671 bool needs_counter = has_min || has_max; in RationalizeConsecutiveAtoms()
1698 if (has_max) { in RationalizeConsecutiveAtoms()
/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc1808 bool* has_max, uint32_t max_maximum, in consume_resizable_limits() argument
1825 *has_max = true; in consume_resizable_limits()
1842 *has_max = false; in consume_resizable_limits()