add codecache.mode()

This commit is contained in:
Cloud Wu
2015-10-12 12:29:19 +08:00
parent 60692e58dc
commit 878110f9f7
2 changed files with 51 additions and 0 deletions

View File

@@ -30,6 +30,7 @@ static int
codecache(lua_State *L) {
luaL_Reg l[] = {
{ "clear", cleardummy },
{ "mode", cleardummy },
{ NULL, NULL },
};
luaL_newlib(L,l);