HomeSort by relevance Sort by last modified time
    Searched refs:LUA_ENV (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
luaconf.h 127 @@ LUA_ENV is the name of the variable that holds the current
131 #define LUA_ENV "_ENV"
llex.c 167 ls->envn = luaS_new(L, LUA_ENV); /* create env name */
ldebug.c 404 return (vn && strcmp(vn, LUA_ENV) == 0) ? "global" : "field";

Completed in 587 milliseconds