| 351 | } |
| 352 | |
| 353 | int CForward::PushFloat(float number) |
| 354 | { |
| 355 | default_args_.PushFloat(number); |
| 356 | if (default_args_.error) |
| 357 | return SetError(SP_ERROR_PARAMS_MAX); |
| 358 | return SP_ERROR_NONE; |
| 359 | } |
| 360 | |
| 361 | int CForward::PushCellByRef(cell_t *cell, int flags) |
| 362 | { |
no outgoing calls
no test coverage detected