2-27-2025
This commit is contained in:
@ -158,10 +158,9 @@ namespace Tesses::CrossLang {
|
||||
}
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
this->call_stack_entries.back()->Push(ls.GetGC(),Undefined());
|
||||
}
|
||||
|
||||
}
|
||||
this->call_stack_entries.back()->Push(ls.GetGC(),Undefined());
|
||||
return false;
|
||||
}
|
||||
bool InterperterThread::Sub(GC* gc)
|
||||
|
||||
Reference in New Issue
Block a user