1 | // contains voidfunc(childClass) |
2 | static new ThreadLocal makeAndCall_initChild; |
3 | |
4 | static O makeAndCall_cached(S functionName, O... args) { |
5 | Class c = loadFunctions_cached(functionName); |
6 | AutoCloseable closer = cast callF(makeAndCall_initChild!, c); |
7 | temp closer; |
8 | ret preciseCall(c, functionName, args); |
9 | } |
Began life as a copy of #1007857
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1007945 |
Snippet name: | makeAndCall_cached - compile standard function into program and call it (& keep made programs) |
Eternal ID of this version: | #1007945/5 |
Text MD5: | 0ae5687fd9c5f11ef9c5af2e42e3ba08 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-01-03 02:41:26 |
Source code size: | 315 bytes / 9 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 653 / 694 |
Version history: | 4 change(s) |
Referenced in: | [show references] |