Libraryless. Click here for Pure Java version (15465L/96K).
1 | static Cl<S> checkStandardFunctionDefinitionForSafety(S fname) {
|
2 | S code = textOfStandardFunction(fname); |
3 | code = jreplace(code, fname, "this"); |
4 | printWithIndent("> ", code);
|
5 | ret getCodeFragmentSafety(code); |
6 | } |
Began life as a copy of #1015762
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032799 |
| Snippet name: | checkStandardFunctionDefinitionForSafety |
| Eternal ID of this version: | #1032799/4 |
| Text MD5: | 104ba6460f20a24246c8a4a62101bf89 |
| Transpilation MD5: | 11de4a751f64c41f7323bc054ffa19ce |
| Author: | stefan |
| Category: | javax / code analysis |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 07:44:28 |
| Source code size: | 219 bytes / 6 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 347 / 442 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |