Cyclone Scheme  0.4

◆ gc_is_stack_obj()

int gc_is_stack_obj ( gc_thread_data thd,
object  obj 
)

Determine if object lives on the thread's stack.

Parameters
thdMutator's thread data
objObject to inspect
Returns
True if obj is on the mutator's stack, false otherwise