Source position: webidldefs.pp line 334
type TFunctionOptions = set of (
foCallBack,
foStatic,
foStringifier,
foGetter,
foSetter,
foDeleter,
foLegacyCaller,
foConstructor
);