@@ -36,7 +36,7 @@ Java Type Coercion Functions,,,,,,,,,,,,
36
36
,toint,int,0,0,0,0,this.v,0,this.v | 0,0,0,0
37
37
,tolong,long,0,0,0,0,this.v,0,this.v | 0,0,0,0
38
38
,toshort,short,0,0,0,0,this.v | 0,0,this.v | 0,0,0,0
39
- ,toString ,String,"""true""|""false""","""closure: x""","""name""",(str) this.v,(str) this.v,"""nil""",this.v,"""table: x""","""thread: x""","""userdata: x"""
39
+ ,tojstring ,String,"""true""|""false""","""closure: x""","""name""",(str) this.v,(str) this.v,"""nil""",this.v,"""table: x""","""thread: x""","""userdata: x"""
40
40
,touserdata,Object,null,null,null,null,null,null,null,null,this,this.instance
41
41
42
42
,,,LuaBoolean,LuaClosure,LuaFunction,LuaDouble,LuaInteger,LuaNil,LuaString,LuaTable,LuaThread,LuaUserdata
@@ -49,7 +49,7 @@ Optional Argument Conversion Functions,,,,,,,,,,,,
49
49
,optinteger,LuaInteger,e,e,e,(int) this,this,defval,this | e,e,e,e
50
50
,optlong,long,e,e,e,(long) this,this,defval,this | e,e,e,e
51
51
,optnumber,LuaNumber,e,e,e,this,this,defval,this | e,e,e,e
52
- ,optString ,String,e,e,e,(str) this.v,(str) this.v,defval,this,e,e,e
52
+ ,optjstring ,String,e,e,e,(str) this.v,(str) this.v,defval,this,e,e,e
53
53
,optstring,LuaString,e,e,e,(str) this.v,(str) this.v,defval,this,e,e,e
54
54
,opttable,LuaTable,e,e,e,e,e,defval,e,this,e,e
55
55
,optthread,LuaThread,e,e,e,e,e,defval,e,e,this,n
@@ -65,7 +65,7 @@ Required Argument Conversion Functions,,,,,,,,,,,,
65
65
,checkinteger,LuaInteger,e,e,e,e,this,e,e,e,e,e
66
66
,checklong,LuaNumber,e,e,e,this | e,this,e,e,e,e,e
67
67
,checknumber,LuaNumber,e,e,e,this,this,e,e,e,e,e
68
- ,checkString ,String,e,e,e,(str) this.v,(str) this.v,e,(str) this.v,e,e,e
68
+ ,checkjstring ,String,e,e,e,(str) this.v,(str) this.v,e,(str) this.v,e,e,e
69
69
,checkstring,LuaString,e,e,e,(str) this.v,(str) this.v,e,this,e,e,e
70
70
,checktable,LuaTable,e,e,e,e,e,e,e,this,e,e
71
71
,checkthread,LuaThread,e,e,e,e,e,e,e,e,this,e
0 commit comments