I looked at this article in which they use HTMLUnit to "measure the number of calls to JavaScript functions that can be used to determine new lines (e.g., a substring and fromCharCode), as well as the number of lines used (e.g., write operations and eval calls).
I am new to HTMLUnit and I cannot figure out how to directly see the functions that the website uses and to calculate which ones are substring, eval, etc.? How can I do that?
source
share