Home
last modified time | relevance | path

Searched refs:allocupvalue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/mit/lua/dist/src/
H A Dlparser.c356 static Upvaldesc *allocupvalue (FuncState *fs) { in allocupvalue() function
369 Upvaldesc *up = allocupvalue(fs); in newupvalue()
1943 env = allocupvalue(fs); /* ...set environment upvalue */ in mainfunc()