JSVM_VMInfo
typedef struct {...} JSVM_VMInfo
Overview
Defines the JavaScript VM information.
Since: 11
Related module: JSVM
Header file: jsvm_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint32_t apiVersion | The latest API version supported by the VM. |
| const char* engine | Name of the engine that implements the VM. |
| const char* version | VM version. |
| uint32_t cachedDataVersionTag | Cache data version tag. |