Added buffers successor

This commit is contained in:
Madpwnhammer 2022-12-14 13:54:24 +03:00
parent 66fe241364
commit 523c3d04bc
1 changed files with 5 additions and 0 deletions

View File

@ -158,6 +158,11 @@ class JSM
return $b; return $b;
} }
function _buffers()
{
return $this->buffers;
}
function _pushVarScope() function _pushVarScope()
{ {
$this->scope_vars[] = array(); $this->scope_vars[] = array();