JSVM_PropertyHandler
typedef struct {...} JSVM_PropertyHandler
Overview
Defines the pointer to the callback function triggered when a class is called as a function, and the pointer collection of the callback function triggered when an instance object property is accessed.
Since: 18
Related module: JSVM
Header file: jsvm_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| JSVM_PropertyHandlerCfg propertyHandlerCfg | Callback triggered when an instance object property is accessed. |
| JSVM_Callback callAsFunctionCallback | Callback triggered when an instance object is called as a function. |