Searched refs:maplike (Results 1 – 3 of 3) sorted by relevance
/third_party/node/test/fixtures/wpt/resources/webidl2/lib/ |
D | writer.js | 163 function maplike(it) { function 189 maplike,
|
/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…
|