BadScript 2
Loading...
Searching...
No Matches
BadRuntimeVirtualStackFrame.cs
Go to the documentation of this file.
2
7{
12
16 public int BreakPointer = -1;
17
21 public int ContinuePointer = -1;
22
26 public int CreatePointer = 0;
27
31 public int ReturnPointer = -1;
32
36 public int ThrowPointer = -1;
37
43 {
44 Context = context;
45 }
46}
The Execution Context. Every execution of a script needs a context the script is running in....
Stores the current execution state of the Virtual Machine.
readonly BadExecutionContext Context
The current execution context.
BadRuntimeVirtualStackFrame(BadExecutionContext context)
Creates a new BadRuntimeVirtualStackFrame instance.
Contains the Virtual Machine Implementation.