currentExecutingScript
currentExecutingScript copied to clipboard
Review special cases of stack trace format
e.g. for Chrome:
https://code.google.com/p/v8-wiki/wiki/JavaScriptStackTraceApi#Appendix:_Stack_trace_format
There are some special cases, e.g. location when a function was created via eval, is native, cannot be located, etc.