| 335 | } |
| 336 | |
| 337 | static void function_append_variable( JAM_FUNCTION * function, FRAME * frame, |
| 338 | int32_t idx, LIST * value ) |
| 339 | { |
| 340 | var_set( frame->module, function->constants[ idx ], value, VAR_APPEND ); |
| 341 | } |
| 342 | |
| 343 | static void function_default_variable( JAM_FUNCTION * function, FRAME * frame, |
| 344 | int32_t idx, LIST * value ) |
no test coverage detected