ClassGetPropertyFunction


Description:

[ CCode ( has_target = false ) ]
public delegate Value? ClassGetPropertyFunction (Class jsc_class, Context context, void* instance, string name)

The type of get_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 jsc_class instance

name

the property name

Returns:

a Value or null to forward the request to the parent class or prototype chain


Namespace: JSC