Searched refs:has_maximum (Results 1 – 1 of 1) sorted by relevance
442 Maybe<bool> has_maximum = descriptor->Has(context, maximum_key); in WebAssemblyTable() local444 if (!has_maximum.IsNothing() && has_maximum.FromJust()) { in WebAssemblyTable()480 Maybe<bool> has_maximum = descriptor->Has(context, maximum_key); in WebAssemblyMemory() local482 if (!has_maximum.IsNothing() && has_maximum.FromJust()) { in WebAssemblyMemory()