summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/webidl2/test/syntax/json/legacyiterable.json
blob: e63f99de43f43d2170867185971bd49e2b5f5587 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[
    {
        "type": "interface",
        "name": "LegacyIterable",
        "partial": false,
        "members": [
            {
                "type": "legacyiterable",
                "idlType": {
                    "sequence": false,
                    "generic": null,
                    "nullable": false,
                    "array": false,
                    "union": false,
                    "idlType": "long"
                },
                "extAttrs": []
            }
        ],
        "inheritance": null,
        "extAttrs": []
    }
]