Access engine's let and const global variables #1194
Unanswered
huantianad
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There's no way to get lexically scoped variables as they are transient in nature (scoped to lexical context). You probably need to analyze scripts with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to get variables declared with
let
andconst
in the global namespace? Example:Beta Was this translation helpful? Give feedback.
All reactions