ClassSetPropertyFunction
Description:
[ CCode ( has_target = false ) ]
public delegate bool ClassSetPropertyFunction (Class jsc_class, Context context, void* instance, string name, Value value)
  public delegate bool ClassSetPropertyFunction (Class jsc_class, Context context, void* instance, string name, Value value)
The type of set_property in ClassVTable.
This is only required when you need to handle external properties not added to the prototype.
Parameters:
| jsc_class | 
           a Class  | 
      
| context | 
           a Context  | 
      
| instance | 
           the   | 
      
| name | 
           the property name  | 
      
| value | 
           the Value to set  | 
      
Returns:
| 
           true if handled or false to forward the request to the parent class or prototype chain.  | 
      
Namespace: JSC
  
  Package: javascriptcoregtk-6.0