Home
last modified time | relevance | path

Searched refs:OP_NEWTABLE (Results 1 – 3 of 3) sorted by relevance

/external/lua/src/
Dlopcodes.h185 OP_NEWTABLE,/* A B C R(A) := {} (size = B,C) */ enumerator
Dlvm.c867 vmcase(OP_NEWTABLE) { in luaV_execute()
Dlparser.c729 int pc = luaK_codeABC(fs, OP_NEWTABLE, 0, 0, 0); in constructor()