In what Javascript engines does Function.prototype.toString not return the source code of that function?
问题 EDIT: To be explicit, I am not looking for advice or opinions on the qualitative merit of the various issues implied by the functionality in question — neither am I looking for a reliable solution to a practical problem; I am simply looking for technical, verifiable answers to the question in the title. I have appended the question with a list of non-conforming browsers. Using a function's .toString method will typically render the source code for that function. The problem is that this