menu
ensemble_ts_interpreter package
documentation
parser/newjs_interpreter.dart
JSInterpreter
getContextForScope method
getContextForScope method
dark_mode
light_mode
getContextForScope
method
Context
getContextForScope
(
Scope
scope
)
Implementation
Context getContextForScope(Scope scope) { return contexts[scope]!; }
ensemble_ts_interpreter package
documentation
parser/newjs_interpreter
JSInterpreter
getContextForScope method
JSInterpreter class