Home
last modified time | relevance | path

Searched defs:OP_TAILCALL (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h208 OP_TAILCALL,/* A B C return R(A)(R(A+1), ... ,R(A+B-1)) */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h287 OP_TAILCALL,/* A B C k return R[A](R[A+1], ... ,R[A+B-1]) */ enumerator