Searched refs:maybeValue (Results 1 – 2 of 2) sorted by relevance
1150 MaybeHandle<Object> maybeValue = in IsConcatSpreadable() local1152 if (!maybeValue.ToHandle(&value)) return Nothing<bool>(); in IsConcatSpreadable()
3499 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); in verifyColorAttachment() local3501 if (maybeValue) in verifyColorAttachment()3503 const bool value = *maybeValue; in verifyColorAttachment()3542 const Maybe<bool> maybeValue = referenceValue.getValue(0); in verifyDepthAttachment() local3544 if (maybeValue) in verifyDepthAttachment()3546 const bool value = *maybeValue; in verifyDepthAttachment()3584 const Maybe<bool> maybeValue = referenceValue.getValue(1); in verifyStencilAttachment() local3586 if (maybeValue) in verifyStencilAttachment()3588 const bool value = *maybeValue; in verifyStencilAttachment()