Searched defs:LUAI_MAXSTACK (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dluaconf.h351 @@ LUAI_MAXSTACK limits the size of the Lua stack.
357 #define LUAI_MAXSTACK 1000000 macro
359 #define LUAI_MAXSTACK 15000 macro
363 #define LUAI_FIRSTPSEUDOIDX (-LUAI_MAXSTACK - 1000)

Completed in 1362 milliseconds