Find
C
ase-sensitive
R
egexp search
Path
Showing
98bf4b92
from
2026-04-01
:
Revert "Bug
2028077
- Gate Spotlight.close() to owning window to prevent TOU modal from closing when clicking on links r=omc-reviewers,sachung,emcminn" for causing bc failures at browser_privatebrowsing_about_nimbus_messaging.js
firefox-main
/
devtools
/
client
/
debugger
/
src
/
workers
/
parser
/
getScopes
Navigation
Enable keyboard shortcuts
Name
Description
Size
Coverage
index.js
Searches all scopes and their bindings at the specific location.
1839
-
visitor.js
"implicit" Variables added automaticly like "this" and "arguments" "var" Variables declared with "var" or non-block function declarations "let" Variables declared with "let". "const" Variables declared with "const", or added as const bindings like inner function expressions and inner class names. "import" Imported binding names exposed from other modules. "global" Variables that reference undeclared global values.
28352
-