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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h474 Upvaldesc *upvalues; /* upvalue information */ member in struct:Proto
477 int sizeupvalues; /* size of 'upvalues' */
519 TValue upvalue[1]; /* list of upvalues */
526 UpVal *upvals[1]; /* list of upvalues */

Completed in 634 milliseconds