Closed Samuel-Oglegba closed 1 month ago
This PR adds CODE.ArrayAccess to collect_variable_defuse()
To get the use of state->depth in this statement as input: state->vtype = state->stack[state->depth], we need to add a case that handles ArrayAccess, it currently goes to default.
This PR adds CODE.ArrayAccess to collect_variable_defuse()
Example:
To get the use of state->depth in this statement as input: state->vtype = state->stack[state->depth], we need to add a case that handles ArrayAccess, it currently goes to default.