Source position: webidldefs.pp line 223
type TConstType = (
ctFloat,
ctInteger,
ctBoolean,
ctInfinity,
ctNegInfinity,
ctNan,
ctNull,
ctString,
ctEmptyArray,
ctEmptyObject
);