|
Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
|
This is a set of local variables in a certain lexical context (method, class, module, etc.). More...
#include <parser.h>
Data Fields | |
| uint32_t | size |
| The number of local variables in the set. | |
| uint32_t | capacity |
| The capacity of the local variables set. | |
| pm_local_t * | locals |
| The nullable allocated memory for the local variables in the set. | |
This is a set of local variables in a certain lexical context (method, class, module, etc.).
We need to track how many times these variables are read in order to warn if they only get written.
| uint32_t pm_locals::capacity |
| pm_local_t* pm_locals::locals |
| uint32_t pm_locals::size |