Is toString() JavaScript output "guaranteed" to be the same in every browser/implementation?
I'm using a specific framework and somewhere in my code I have a function as a parameter. I want to check if that function is a specific anonymous function out of that framework. I don't have access to the original…