Searched refs:maybeValue (Results 1 – 2 of 2) sorted by relevance
3262 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); in verifyColorAttachment() local3264 if (maybeValue) in verifyColorAttachment()3266 const bool value = *maybeValue; in verifyColorAttachment()3305 const Maybe<bool> maybeValue = referenceValue.getValue(0); in verifyDepthAttachment() local3307 if (maybeValue) in verifyDepthAttachment()3309 const bool value = *maybeValue; in verifyDepthAttachment()3347 const Maybe<bool> maybeValue = referenceValue.getValue(1); in verifyStencilAttachment() local3349 if (maybeValue) in verifyStencilAttachment()3351 const bool value = *maybeValue; in verifyStencilAttachment()
944 MaybeHandle<Object> maybeValue = in IsConcatSpreadable() local946 if (!maybeValue.ToHandle(&value)) return Nothing<bool>(); in IsConcatSpreadable()