Home
qtiuto edited this page Jul 8, 2019
·
17 revisions
Restrict
Make sure your code won't keep more than 10000 java object in global table or referred by global table. Jni actually has global reference number limit (51200) and to avoid meeting this limit. I set a custom limit for the number of java object a lua state can hold.
Functions
Custom Features
Multi-thread Support
Member Access
Type Specification
Method Deduction
Value Conversion
Module Name in Lua
Some utils
ScriptContext Api
ClassBuilder Api
LUA FILE SYSTEM API
LUA FFI API
luasec
luasocket
More
For more information,see java doc.