| 317 | } |
| 318 | |
| 319 | static void function_append_variable( JAM_FUNCTION * function, FRAME * frame, |
| 320 | int idx, LIST * value ) |
| 321 | { |
| 322 | var_set( frame->module, function->constants[ idx ], value, VAR_APPEND ); |
| 323 | } |
| 324 | |
| 325 | static void function_default_variable( JAM_FUNCTION * function, FRAME * frame, |
| 326 | int idx, LIST * value ) |
no test coverage detected