Home
last modified time | relevance | path

Searched refs:propDesc (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkDeviceProperties.hpp145 const PropertyDesc propDesc = makePropertyDesc<PropertyType>(); in getPropertyType() local
146 const VkStructureType sType = propDesc.sType; in getPropertyType()
156 const deUint32 propertyId = propDesc.typeId; in getPropertyType()
/third_party/node/test/fixtures/wpt/streams/readable-streams/
H A Dasync-iterator.any.js30 const propDesc = Object.getOwnPropertyDescriptor(proto, m);
31 assert_true(propDesc.enumerable, 'method should be enumerable');
32 assert_true(propDesc.configurable, 'method should be configurable');
33 assert_true(propDesc.writable, 'method should be writable');
/third_party/node/test/fixtures/wpt/resources/
H A Didlharness.js2323 var propDesc = Object.getOwnPropertyDescriptor(unscopables, prop);
2324 assert_equals(typeof propDesc, "object",
2326 assert_false("get" in propDesc,
2328 assert_false("set" in propDesc,
2330 assert_true(propDesc.writable,
2332 assert_true(propDesc.enumerable,
2334 assert_true(propDesc.configurable,
2336 assert_equals(propDesc.value, true,

Completed in 6 milliseconds