22 ::ll::TypedStorage<4, 4, uint> mPC;
23 ::ll::TypedStorage<8, 8, ::MolangScriptArg const*> mRet;
24 ::ll::TypedStorage<8, 56, ::MolangVariableMap> mTempVariables;
25 ::ll::TypedStorage<8, 56, ::MolangVariableMap> mContextVariables;
26 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mContinueIndexStack;
27 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mBreakIndexStack;
28 ::ll::TypedStorage<8, 24, ::std::vector<::MolangScriptArg>> mDataStack;
29 ::ll::TypedStorage<8, 24, ::std::vector<uint64>> mMissingVariableOrActorIndexStack;
30 ::ll::TypedStorage<8, 8, uint64> mPublicAccessModeStack;
31 ::ll::TypedStorage<8, 8, ::gsl::not_null<::RenderParams*>> mRenderParams;