Searched refs:setlike (Results 1 – 5 of 5) sorted by relevance
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | writer.js | 166 function setlike(it) { function 190 setlike,
|
/third_party/node/test/fixtures/wpt/resources/webidl2/ |
D | README.md | 574 ### `iterable<>`, `legacyiterable<>`, `maplike<>`, `setlike<>` declarations 580 "type": "maplike", // or "legacyiterable" / "iterable" / "setlike" 582 "readonly": false, // only for maplike and setlike 589 * `type`: Always one of "iterable", "legacyiterable", "maplike" or "setlike". 591 * `readonly`: Whether the maplike or setlike is declared as read only.
|
D | CHANGELOG.md | 249 - Add support for iterable\<\>, maplike\<\>, setlike\<\> declarations [\#24](https://github.com/w3c…
|
/third_party/node/lib/internal/console/ |
D | constructor.js | 548 const setlike = setIter || mapIter || isSet(tabularData); constant 549 if (setlike) {
|
/third_party/skia/third_party/externals/dawn/src/dawn_node/interop/ |
D | WebGPU.h.tmpl | 194 -- InterfaceSetlike emits the C++ methods for a setlike interface
|