Ruby
3.4.0dev (2024-12-06 revision 892c46283a5ea4179500d951c9d4866c0051f27b)
|
This tracks an individual local variable in a certain lexical context, as well as the number of times is it read. More...
#include <parser.h>
Data Fields | |
pm_constant_id_t | name |
The name of the local variable. More... | |
pm_location_t | location |
The location of the local variable in the source. More... | |
uint32_t | index |
The index of the local variable in the local table. More... | |
uint32_t | reads |
The number of times the local variable is read. More... | |
uint32_t | hash |
The hash of the local variable. More... | |
This tracks an individual local variable in a certain lexical context, as well as the number of times is it read.
uint32_t pm_local_t::index |
pm_location_t pm_local_t::location |
pm_constant_id_t pm_local_t::name |
uint32_t pm_local_t::reads |