Files
servo/tests/wpt/css-tests/resources/webidl2/test/syntax/json/attributes.json

56 lines
1.4 KiB
JSON

[
{
"type": "exception",
"name": "InvalidName",
"members": [
{
"type": "field",
"name": "reason",
"idlType": {
"sequence": false,
"generic": null,
"nullable": false,
"array": false,
"union": false,
"idlType": "DOMString"
},
"extAttrs": []
}
],
"inheritance": null,
"extAttrs": []
},
{
"type": "exception",
"name": "NoSuchPet",
"members": [],
"inheritance": null,
"extAttrs": []
},
{
"type": "interface",
"name": "Person",
"partial": false,
"members": [
{
"type": "attribute",
"static": false,
"stringifier": false,
"inherit": false,
"readonly": false,
"idlType": {
"sequence": false,
"generic": null,
"nullable": false,
"array": false,
"union": false,
"idlType": "unsigned short"
},
"name": "age",
"extAttrs": []
}
],
"inheritance": null,
"extAttrs": []
}
]