salaam update and small fixes because if that
This commit is contained in:
@ -28,7 +28,7 @@ class ObjectView < ListView
|
||||
f = @object.get_instance_variable(variable)
|
||||
else
|
||||
variable = (at - @object.class.get_length_index).to_s
|
||||
f = @object.internal_object_get(at)
|
||||
f = @object.get_internal(at)
|
||||
end
|
||||
#puts "got var name #{variable}#{variable.class} for #{at}, #{f}"
|
||||
view = RefView.new( variable , f , @z )
|
||||
|
@ -39,7 +39,7 @@ class SourceView < ElementView
|
||||
if i.is_a?(Register::FunctionReturn)
|
||||
object = @interpreter.get_register( i.register )
|
||||
#puts "Object #{object}"
|
||||
link = object.internal_object_get( i.index )
|
||||
link = object.get_internal( i.index )
|
||||
#puts "Link #{link}"
|
||||
raise "No link method" unless link
|
||||
i = link
|
||||
|
Reference in New Issue
Block a user