blob: 27bb74b904c947c0af21ac11e53fd8f416b38bb5 [file] [log] [blame]
namespace org.w3c.webidl;
/** written by WebIDL spec */
typedef unsigned long long DOMTimeStamp;
callback Function = any (any... arguments);
callback VoidFunction = void ();