Searched defs:upvalue (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h444 ** Description of an upvalue for function prototypes
447 TString *name; /* upvalue name (for debug information) */
449 lu_byte idx; /* index of upvalue (in stack or in outer function's list) */
474 Upvaldesc *upvalues; /* upvalue information */
519 TValue upvalue[1]; /* list of upvalues */ member in struct:CClosure

Completed in 1393 milliseconds