Lines Matching defs:commands
163 // trigger this when commands are handled and control-flow continues locally.
177 // control-flow commands that cause entry into a finally-block, and re-apply
187 // means that other commands (such as break or return) have to use LdaSmi.
259 // Applies all recorded control-flow commands after the finally-block again.
349 // Tokens for commands that don't need a statement.
490 DeferredCommands* commands)
493 commands_(commands) {}
2154 // that is intercepting 'throw' control commands.
2198 ControlScope::DeferredCommands commands(this, token, result);
2207 // that is intercepting all control commands.
2210 ControlScopeForTryFinally scope(this, &try_control_builder, &commands);
2216 commands.RecordFallThroughPath();
2219 commands.RecordHandlerReThrowPath();
2237 commands.ApplyDeferredCommands();