1 | sO dm_callModule(O moduleOrID, S method, O... args) {
|
2 | O mod = dm_getModule(moduleOrID); |
3 | if (mod == null) null; |
4 | temp dm_enter(mod); |
5 | ret call(mod, method, args); |
6 | } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, xrpafgyirdlv
No comments. add comment
| Snippet ID: | #1018561 |
| Snippet name: | dm_callModule - call function in a module |
| Eternal ID of this version: | #1018561/6 |
| Text MD5: | cff5e26380b8e12f196ded705db67ee7 |
| Author: | stefan |
| Category: | javax / stefan's os |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-03-02 13:45:17 |
| Source code size: | 174 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 742 / 825 |
| Version history: | 5 change(s) |
| Referenced in: | [show references] |