Binding
This commit is contained in:
@@ -778,7 +778,6 @@ end;
|
||||
|
||||
function TDebugEvaluatorVisitor.VisitAssignment(const Node: IAssignmentNode): TAstValue;
|
||||
begin
|
||||
// The name is not easily available anymore for logging.
|
||||
AppendLine(Format('Assignment to "%s" {', [Node.Identifier.Name]));
|
||||
Indent;
|
||||
try
|
||||
|
||||
@@ -174,7 +174,6 @@ type
|
||||
function GetIsResolved: Boolean;
|
||||
function GetName: string;
|
||||
{$endregion}
|
||||
//TODO fasse ScopeDepth und SlotIndex in einem record zusammen
|
||||
function Resolve: TResolvedAddress;
|
||||
property IsResolved: Boolean read GetIsResolved;
|
||||
property Name: string read GetName;
|
||||
|
||||
Reference in New Issue
Block a user