MCPcopy Create free account
hub / github.com/boostorg/build / function_set_variable

Function function_set_variable

src/engine/function.cpp:325–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

323}
324
325static void function_set_variable( JAM_FUNCTION * function, FRAME * frame,
326 int32_t idx, LIST * value )
327{
328 var_set( frame->module, function->constants[ idx ], value, VAR_SET );
329}
330
331static LIST * function_swap_variable( JAM_FUNCTION * function, FRAME * frame,
332 int32_t idx, LIST * value )

Callers 1

function_runFunction · 0.85

Calls 1

var_setFunction · 0.85

Tested by

no test coverage detected