You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 29, 2022. It is now read-only.
Critical Piece:
Being able to get the function reference to the calling function, e.g. via _nearestExecutingScript.caller/arguments.callee.caller/arguments.caller. Seems like "use strict" (JS strict mode) usage will make this next to impossible/useless. 😞
JamesMGreene
changed the title
Attempt to improve locating of inline scripts via function source code
Attempt to improve locating of correct inline scripts via function source code
Mar 18, 2015
Critical Piece:
Being able to get the function reference to the calling function, e.g. via
_nearestExecutingScript.caller
/arguments.callee.caller
/arguments.caller
. Seems like"use strict"
(JS strict mode) usage will make this next to impossible/useless. 😞Research:
The text was updated successfully, but these errors were encountered: