mirror of
https://git.tesses.org/tesses50/crosslang.git
synced 2026-08-02 00:25:32 +00:00
Add custom console and allow runtimes to set the config dir
This commit is contained in:
@@ -105,6 +105,8 @@ namespace Tesses::CrossLang
|
||||
}
|
||||
void TAssociativeArray::Mark()
|
||||
{
|
||||
if(this->marked) return;
|
||||
this->marked=true;
|
||||
for(auto& item : this->items)
|
||||
{
|
||||
GC::Mark(item.first);
|
||||
|
||||
Reference in New Issue
Block a user