Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h176 OP_GETTABUP,/* A B C R(A) := UpValue[B][RK(C)] */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h213 OP_GETTABUP,/* A B C R[A] := UpValue[B][K[C]:string] */ enumerator