Menu

#33 luaj did not support debug.getlocal with function arg.

v3.0-beta1
open
nobody
getlocal (1)
5
2014-07-29
2014-07-29
Duzc2
No

from the lua 5.2 document :

debug.getlocal ([thread,] f, local)

The parameter f may also be a function. In that case, getlocal returns only the name of function parameters.

but luaj does not accept the f as a function.

Discussion


Log in to post a comment.