HomeSort by: relevance | last modified time | path
    Searched refs:OP_LFALSESKIP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mit/lua/dist/src/
lopcodes.h 211 OP_LFALSESKIP,/*A R[A] := false; pc++ (*) */
328 (*) Opcode OP_LFALSESKIP is used to convert a condition to a boolean
luac.c 383 case OP_LFALSESKIP:
lcode.c 939 p_f = code_loadbool(fs, reg, OP_LFALSESKIP); /* skip next inst. */
lvm.c 1305 vmcase(OP_LFALSESKIP) {

Completed in 22 milliseconds