V8Fast |
| Name | Description | |
|---|---|---|
| AddPropertyGetter(String, V8FastHostPropertyGetterTObject) | Adds a getter for a read-only property. | |
| AddPropertyGetter(String, V8FastHostPropertyGetterTObject, V8FastHostPropertyFlags) | Adds a getter for a read-only property with the specified attributes. | |
| AddPropertyGetterTField(String, V8FastHostFieldAccessorTObject, TField) | Adds a getter for a field-backed read-only property. | |
| AddPropertyGetterTField(String, V8FastHostFieldAccessorTObject, TField, V8FastHostPropertyFlags) | Adds a getter for a field-backed read-only property with the specified attributes. |