Sha256: c83d930cc98ca4e10e35222590898be5578bd52ac68ea1bc3cd61efe5ccf7c14
Contents?: true
Size: 261 Bytes
Versions: 3
Compression:
Stored size: 261 Bytes
Contents
/* ** Bytecode instruction modes. ** Copyright (C) 2005-2017 Mike Pall. See Copyright Notice in luajit.h */ #define lj_bc_c #define LUA_CORE #include "lj_obj.h" #include "lj_bc.h" /* Bytecode offsets and bytecode instruction modes. */ #include "lj_bcdef.h"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
immunio-2.0.4 | lua-hooks/ext/luajit/src/lj_bc.c |
immunio-2.0.3 | lua-hooks/ext/luajit/src/lj_bc.c |
immunio-2.0.2 | lua-hooks/ext/luajit/src/lj_bc.c |