ScriptStack 1.0.5
Loading...
Searching...
No Matches
ScriptStack.Runtime.Interpreter.FunctionFrame Class Reference

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

Detailed Description

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.

Member Data Documentation

◆ function

Function ScriptStack.Runtime.Interpreter.FunctionFrame.function

Definition at line 28 of file Interpreter.cs.

◆ localMemory

Memory ScriptStack.Runtime.Interpreter.FunctionFrame.localMemory

Definition at line 29 of file Interpreter.cs.

Referenced by ScriptStack.Runtime.Interpreter.Reset().

◆ nextInstruction

int ScriptStack.Runtime.Interpreter.FunctionFrame.nextInstruction

Definition at line 30 of file Interpreter.cs.

Referenced by ScriptStack.Runtime.Interpreter.LOCK().


The documentation for this class was generated from the following file: