currentExecutingScript icon indicating copy to clipboard operation
currentExecutingScript copied to clipboard

Review special cases of stack trace format

Open JamesMGreene opened this issue 10 years ago • 0 comments

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.

JamesMGreene avatar Mar 16 '15 17:03 JamesMGreene