Upvalue Struct Reference

Closure upvalue reference. More...

Data Fields

size_t index
 Enclosing local index or upvalue index.
 
char isLocal
 Flag indicating if Kuroko Language Reference is a local or upvalue index.
 
KrkToken name
 Name for direct lookup. Mainly for non-automatically-populated upvalue cells.
 

Detailed Description

Closure upvalue reference.

Tracks references to local variables from enclosing scopes.

Definition at line 148 of file compiler.c.


The documentation for this struct was generated from the following file: