Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/lua/
H A Dlopcodes.h185 OP_SELF,/* A B C R(A+1) := R(B); R(A) := R(B)[RK(C)] */ enumerator
/freebsd/contrib/lua/src/
H A Dlopcodes.h225 OP_SELF,/* A B C R[A+1] := R[B]; R[A] := R[B][RK(C):string] */ enumerator