1 | static LuaValue evalLua(S code) {
|
2 | ret quickLua(code).result; |
3 | } |
4 | |
5 | static LuaValue evalLua(Sandbox sandbox, S code) {
|
6 | ret quickLua(sandbox, code).result; |
7 | } |
Began life as a copy of #1003155
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1004579 |
| Snippet name: | evalLua |
| Eternal ID of this version: | #1004579/1 |
| Text MD5: | 3c5486538c6932eef9e71f029499d7cf |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-08-23 15:10:31 |
| Source code size: | 162 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 837 / 790 |
| Referenced in: | [show references] |