DescriptionGetScriptOrigin is used for DevTools instrumentation.
If inspected call-site is inside "eval" then returned script name is "undefined".
This causes:
http://code.google.com/p/chromium/issues/detail?id=159413
https://bugs.webkit.org/show_bug.cgi?id=101334
To fix this problem we can use "nameOrSourceURL" method of script-wrapper.
Patch Set 1 #
Total comments: 3
MessagesTotal messages: 7
|