| 311 | } |
| 312 | |
| 313 | static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame, |
| 314 | int idx, LIST * value ) |
| 315 | { |
| 316 | return var_swap( frame->module, function->constants[ idx ], value ); |
| 317 | } |
| 318 | |
| 319 | static void function_append_variable( JAM_FUNCTION * function, FRAME * frame, |
| 320 | int idx, LIST * value ) |
no test coverage detected