menu
ensemble_ts_interpreter package
documentation
parser/js_validator.dart
JSValidator
pushContext method
pushContext method
dark_mode
light_mode
pushContext
method
void
pushContext
(
Context
ctx
)
Implementation
void pushContext(Context ctx) { _contextStack.add(ctx); }
ensemble_ts_interpreter package
documentation
parser/js_validator
JSValidator
pushContext method
JSValidator class