Lines Matching defs:maximum
230 thrower->RangeError("buffer source exceeds maximum size of %zu (is %zu)",
1179 // The descriptor's 'maximum'.
1180 int64_t maximum = -1;
1183 v8_str(isolate, "maximum"), &has_maximum,
1184 &maximum, initial,
1193 static_cast<uint32_t>(maximum), &fixed_array,
1250 // The descriptor's 'maximum'.
1251 int64_t maximum = i::WasmMemoryObject::kNoMaximum;
1253 v8_str(isolate, "maximum"), nullptr, &maximum,
1274 // Throw TypeError if shared is true, and the descriptor has no "maximum"
1275 if (shared == i::SharedFlag::kShared && maximum == -1) {
1277 "If shared is true, maximum property should be defined.");
1284 static_cast<int>(maximum), shared)