| 324 | } |
| 325 | |
| 326 | bool MICommand::needsContext() const |
| 327 | { |
| 328 | return (type_ >= StackInfoDepth && type_ <= StackListLocals) |
| 329 | || (type_ >= VarAssign && type_ <= VarUpdate && type_ != VarDelete && type_ != VarSetFormat); |
| 330 | } |
| 331 | |
| 332 | int MICommand::thread() const |
| 333 | { |
no outgoing calls
no test coverage detected