Function
JavaScriptCoreClassEnumeratePropertiesFunction
Declaration
gchar**
(* JSCClassEnumeratePropertiesFunction) (
JSCClass* jsc_class,
JSCContext* context,
gpointer instance
)
Description [src]
The type of enumerate_properties in JSCClassVTable. This is only required when you need to handle
external properties not added to the prototype.
Parameters
jsc_class |
JSCClass |
A |
|
| The data is owned by the caller of the function. | |
context |
JSCContext |
A |
|
| The data is owned by the caller of the function. | |
instance |
gpointer |
The |