Home
last modified time | relevance | path

Searched refs:maybeValue (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/builtins/
Dbuiltins-array.cc1150 MaybeHandle<Object> maybeValue = in IsConcatSpreadable() local
1152 if (!maybeValue.ToHandle(&value)) return Nothing<bool>(); in IsConcatSpreadable()
/external/deqp/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassTests.cpp3499 const Maybe<bool> maybeValue = referenceValue.getValue(compNdx); in verifyColorAttachment() local
3501 if (maybeValue) in verifyColorAttachment()
3503 const bool value = *maybeValue; in verifyColorAttachment()
3542 const Maybe<bool> maybeValue = referenceValue.getValue(0); in verifyDepthAttachment() local
3544 if (maybeValue) in verifyDepthAttachment()
3546 const bool value = *maybeValue; in verifyDepthAttachment()
3584 const Maybe<bool> maybeValue = referenceValue.getValue(1); in verifyStencilAttachment() local
3586 if (maybeValue) in verifyStencilAttachment()
3588 const bool value = *maybeValue; in verifyStencilAttachment()