JSVM_CodeCache
typedef struct {...} JSVM_CodeCache
Overview
Defines a struct that represents the code cache when id is JSVM_COMPILE_CODE_CACHE.
Since: 12
Related module: JSVM
Header file: jsvm_types.h
Summary
Member Variables
| Name | Description |
|---|---|
| uint8_t* cache | Cache address. |
| size_t length | Cache size. |