[ CCode ( has_target = false ) ]
public delegate bool ClassHasPropertyFunction (Class jsc_class, Context context, void* instance, string name)
The type of has_property in ClassVTable.
This is only required when you need to handle external properties not added to the prototype.
jsc_class |
a Class |
context |
a Context |
instance |
the |
name |
the property name |
true if |