Home
last modified time | relevance | path

Searched refs:resolveWindowVariable (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pigweed/pw_web/webconsole/components/repl/
H A Dautocomplete.ts49 const variable = resolveWindowVariable(variableName);
95 function resolveWindowVariable(variableName: string) { function