Value:
stack_overflow(((
object)obj), ((
object)((
gc_thread_data *)thd)->stack_start)))
Determine if object lives on the thread's stack.
- Parameters
-
low_limit | Temporary object at the current "end" of the stack |
thd | Mutator's thread data |
obj | Object to inspect |
- Returns
- True if
obj
is on the mutator's stack, false otherwise