Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/johnjanInputTestAddition
/
.
/
WebIDL
/
valid
/
idl
/
variadic-operations.widl
blob: 51fae4cc1ea1c4a3333afc7d791fed0664150235 [
file
] [
edit
]
// Extracted from http://dev.w3.org/2006/webapi/WebIDL/ on 2011-05-06
interface
IntegerSet
{
readonly
attribute
unsigned
long
cardinality
;
void
union
(
long
...
ints
);
void
intersection
(
long
...
ints
);
};