Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h174 OP_GETUPVAL,/* A B R(A) := UpValue[B] */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h210 OP_GETUPVAL,/* A B R[A] := UpValue[B] */ enumerator