File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -497,6 +497,9 @@ namespace pl::core {
497497 std::map<u64 , api::Section> m_sections;
498498 u64 m_sectionId = 0 ;
499499
500+ std::vector<std::vector<u8 >> m_heap;
501+ std::map<u32 , PatternLocalData> m_patternLocalStorage;
502+
500503 std::map<std::string, std::set<ptrn::Pattern*>> m_attributedPatterns;
501504 std::vector<std::unique_ptr<Scope>> m_scopes;
502505 std::vector<std::shared_ptr<ptrn::Pattern>> m_patterns;
@@ -513,9 +516,6 @@ namespace pl::core {
513516 std::map<std::string, Token::Literal> m_outVariableValues;
514517 std::vector<std::vector<std::shared_ptr<ptrn::Pattern>>> m_templateParameters;
515518
516- std::vector<std::vector<u8 >> m_heap;
517- std::map<u32 , PatternLocalData> m_patternLocalStorage;
518-
519519 std::function<bool ()> m_dangerousFunctionCalledCallback = []{ return false ; };
520520 std::function<void ()> m_breakpointHitCallback = []{ };
521521 std::atomic<DangerousFunctionPermission> m_allowDangerousFunctions = DangerousFunctionPermission::Ask;
You can’t perform that action at this time.
0 commit comments