mirror of
https://github.com/Stone-Red-Code/YesNt-Interpreter.git
synced 2026-09-09 07:56:06 +02:00
Reset function in and out parameters stack
This commit is contained in:
@@ -153,6 +153,8 @@ internal sealed class RuntimeInformation
|
|||||||
Labels.Clear();
|
Labels.Clear();
|
||||||
Functions.Clear();
|
Functions.Clear();
|
||||||
FunctionCallStack.Clear();
|
FunctionCallStack.Clear();
|
||||||
|
InParametersStack.Clear();
|
||||||
|
OutParametersStack.Clear();
|
||||||
ParentRuntimeInformation = null;
|
ParentRuntimeInformation = null;
|
||||||
SearchLabel = string.Empty;
|
SearchLabel = string.Empty;
|
||||||
SearchFunction = string.Empty;
|
SearchFunction = string.Empty;
|
||||||
|
|||||||
Reference in New Issue
Block a user