| 329 | } |
| 330 | |
| 331 | static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame, |
| 332 | int32_t idx, LIST * value ) |
| 333 | { |
| 334 | return var_swap( frame->module, function->constants[ idx ], value ); |
| 335 | } |
| 336 | |
| 337 | static void function_append_variable( JAM_FUNCTION * function, FRAME * frame, |
| 338 | int32_t idx, LIST * value ) |
no test coverage detected