mirror of
https://github.com/servo/servo
synced 2026-04-29 10:57:43 +02:00
56 lines
1.4 KiB
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": []
|
|
}
|
|
] |