svoid gazelle_processSafeEvalInInterpretable(GInterpretable intp, SS evalCache) { S l = dm_processEmbeddedSafeEvals(intp.text, +evalCache); if (l != intp.text) { print("Processed eval: " + intp.text + " => " + l); intp.text = l; } }
Began life as a copy of #1022319
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1022539 | 
| Snippet name: | gazelle_processSafeEvalInInterpretable | 
| Eternal ID of this version: | #1022539/1 | 
| Text MD5: | ba246d21f32a130733ee9a53e1eaad33 | 
| Author: | stefan | 
| Category: | javax / gazelle | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2019-03-20 13:59:42 | 
| Source code size: | 252 bytes / 7 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 473 / 500 | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022546 - gazelle_processSafeEvals |