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