Preserve function name #1145
Unanswered
ramosjeremy
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You could use whitelist to save your function(s) name. If I right understand what do you want. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Suppose I have a file with function eventCapture(){ Then I have another file that will be calling eventCatpure. This second file cannot be obfuscated. div.onclick = eventCapture How can I obfuscate the body of the eventCapture function, so that I can reference it as above? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a function named eventCapture(). I would like to keep the name of the function unchanged so that I can reference it in another segment of code. Is there a way to do that, or is there a way to know that the new symbol is for the function's name?
Beta Was this translation helpful? Give feedback.
All reactions