Lines Matching defs:commands
173 // Performs one of the above commands on this stack of control scopes. This
211 // control-flow commands that cause entry into a finally-block, and re-apply
238 // Applies all recorded control-flow commands after the finally-block again.
369 ControlScopeForFinally(AstGraphBuilder* owner, DeferredCommands* commands,
371 : ControlScope(owner), commands_(commands), control_(control) {
1414 // that is intercepting 'throw' control commands.
1462 ControlScope::DeferredCommands* commands =
1466 // that is intercepting all control commands.
1469 ControlScopeForFinally scope(this, commands, &try_control);
1475 try_control.EndTry(commands->GetFallThroughToken(), fallthrough_result);
1516 commands->ApplyDeferredCommands(token, result);