| Name | Description |
---|
 | AddPropertyGetter(String, V8FastHostPropertyGetter<TObject>) |
Adds a getter for a read-only property.
|
 | AddPropertyGetter(String, V8FastHostPropertyGetter<TObject>, V8FastHostPropertyFlags) |
Adds a getter for a read-only property with the specified attributes.
|
 | AddPropertyGetter<TField>(String, V8FastHostFieldAccessor<TObject, TField>) |
Adds a getter for a field-backed read-only property.
|
 | AddPropertyGetter<TField>(String, V8FastHostFieldAccessor<TObject, TField>, V8FastHostPropertyFlags) |
Adds a getter for a field-backed read-only property with the specified attributes.
|