Source position: cef3types.pas line 1053
type TCefV8PropertyAttributes = set of (
V8_PROPERTY_ATTRIBUTE_READONLY,
V8_PROPERTY_ATTRIBUTE_DONTENUM,
V8_PROPERTY_ATTRIBUTE_DONTDELETE
);