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

Function frame_get_local

src/engine/function.cpp:308–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

306}
307
308LIST * frame_get_local( FRAME * frame, int32_t idx )
309{
310 /* The only local variables are the arguments. */
311 return list_copy( lol_get( frame->args, idx ) );
312}
313
314static OBJECT * function_get_constant( JAM_FUNCTION * function, int32_t idx )
315{

Callers 1

function_runFunction · 0.85

Calls 2

list_copyFunction · 0.85
lol_getFunction · 0.85

Tested by

no test coverage detected