mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Support required dictionary members (fixes #7216)
This commit is contained in:
parent
efe982392e
commit
44aabbe64d
2 changed files with 7 additions and 2 deletions
|
@ -8,6 +8,7 @@
|
|||
enum TestEnum { "", "foo", "bar" };
|
||||
|
||||
dictionary TestDictionary {
|
||||
required boolean requiredValue;
|
||||
boolean booleanValue;
|
||||
byte byteValue;
|
||||
octet octetValue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue