Source position: webidldefs.pp line 77
const WebIDLBaseTypeNames: array [TWebIDLBaseType] of string = ('', 'undefined', 'void', 'union', 'any', 'boolean', 'byte', 'octet', 'short', 'unsigned short', 'long', 'unsigned long', 'long long', 'unsigned long long', 'BigInteger', 'float', 'unrestricted float', 'double', 'unrestricted double', 'DOMString', 'USVString', 'ByteString', 'UTF8String', 'record', 'object', 'Function', 'Error', 'DOMException', 'ArrayBuffer', 'DataView', 'Int8Array', 'Int16Array', 'Int32Array', 'Uint8Array', 'Uint16Array', 'Uint32Array', 'Uint8ClampedArray', 'Float32Array', 'Float64Array', 'Document', 'DocumentFragment', 'Node'); |