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