| Name | Description |
---|
 | AddPropertyAccessors(String, V8FastHostPropertyGetter<TObject>, V8FastHostPropertySetter<TObject>) |
Adds accessors for a property.
|
 | AddPropertyAccessors(String, V8FastHostPropertyGetter<TObject>, V8FastHostPropertySetter<TObject>, V8FastHostPropertyFlags) |
Adds accessors for a property with the specified attributes.
|
 | AddPropertyAccessors<TField>(String, V8FastHostFieldAccessor<TObject, TField>) |
Adds accessors for a field-backed property.
|
 | AddPropertyAccessors<TField>(String, V8FastHostFieldAccessor<TObject, TField>, V8FastHostPropertyFlags) |
Adds accessors for a field-backed property with the specified attributes.
|