|
ScriptStack 1.0.5
|
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. More...
Public Attributes | |
| 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.
Definition at line 26 of file Interpreter.cs.
| Function ScriptStack.Runtime.Interpreter.FunctionFrame.function |
Definition at line 28 of file Interpreter.cs.
| Memory ScriptStack.Runtime.Interpreter.FunctionFrame.localMemory |
Definition at line 29 of file Interpreter.cs.
Referenced by ScriptStack.Runtime.Interpreter.Reset().
| int ScriptStack.Runtime.Interpreter.FunctionFrame.nextInstruction |
Definition at line 30 of file Interpreter.cs.
Referenced by ScriptStack.Runtime.Interpreter.LOCK().