xo-interpreter2 stack: + stringtable() in RuntimeContext api
This commit is contained in:
parent
aed354cf67
commit
383e1983a3
6 changed files with 25 additions and 0 deletions
|
|
@ -25,6 +25,12 @@ namespace xo {
|
|||
return vsm_->error_allocator();
|
||||
}
|
||||
|
||||
StringTable *
|
||||
DVsmRcx::stringtable() const noexcept
|
||||
{
|
||||
return vsm_->stringtable();
|
||||
}
|
||||
|
||||
void
|
||||
DVsmRcx::visit_pools(const MemorySizeVisitor & visitor) const
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue