ScriptStack 1.0.0
A .NET scripting language
|
For every forward declared function, a new function frame is created including a memory object holding its local variables. The values are pushed on the stack before they are called. Mehr ...
Öffentliche Attribute | |
Function | function |
Memory | localMemory |
int | nextInstruction |
For every forward declared function, a new function frame is created including a memory object holding its local variables. The values are pushed on the stack before they are called.
Function ScriptStack.Runtime.Interpreter.FunctionFrame.function |
Memory ScriptStack.Runtime.Interpreter.FunctionFrame.localMemory |
Wird benutzt von ScriptStack.Runtime.Interpreter.Reset().
int ScriptStack.Runtime.Interpreter.FunctionFrame.nextInstruction |
Wird benutzt von ScriptStack.Runtime.Interpreter.LOCK().