Lines Matching defs:initial
1072 // Fetch 'initial' or 'minimum' property from object. If both are provided,
1082 v8_str(isolate, "initial"), &has_initial,
1098 "The properties 'initial' and 'minimum' are not allowed at the same "
1103 // Only {minimum} exists, so we use {minimum} as {initial}.
1110 thrower->TypeError("Property 'initial' is required");
1173 int64_t initial = 0;
1175 &initial, 0,
1184 &maximum, initial,
1192 type, static_cast<uint32_t>(initial), has_maximum,
1208 if (initial > 0 && args.Length() >= 2 && !args[1]->IsUndefined()) {
1221 for (uint32_t index = 0; index < static_cast<uint32_t>(initial); ++index) {
1245 int64_t initial = 0;
1247 &initial, 0, i::wasm::kSpecMaxMemoryPages)) {
1254 initial, i::wasm::kSpecMaxMemoryPages)) {
1283 if (!i::WasmMemoryObject::New(i_isolate, static_cast<int>(initial),
1502 // When no initial value is provided, we have to use the WebAssembly
1512 // When no initial value is provided, we have to use the WebAssembly