Class: Thread

Inherits:
Object show all
Defined in:
lib/maglev/reflection/core_ext/proc.rb,
lib/maglev/reflection/core_ext/thread.rb

Constant Summary collapse

VariableContext =
__resolve_smalltalk_global(:VariableContext)

Instance Method Summary collapse

Instance Method Details

#__frame_at_temp_named_put(frameidx, tempname, value) ⇒ Object

Re-add behavior which was removed in GS 3.1.0.1



68
69
70
71
# File 'lib/maglev/reflection/core_ext/thread.rb', line 68

def __frame_at_temp_named_put(frameidx, tempname, value)
  offset = __frame_at_offset_of_temp_named(frameidx, tempname)
  __frame_at_temp_at_put(frameidx, offset, value)
end