Closed hiperiondev closed 1 year ago
In execFnDecl push scope in stack and, at the end of function, pop this. But, if an error occurs, it exits the function without returning the stack to its original state.
is not the correct interpretation. Sorry
Actually, I've done something odd here - I want to fix it later, thanks for pointing it out.
TODO: use copyLiteral
In execFnDecl push scope in stack and, at the end of function, pop this. But, if an error occurs, it exits the function without returning the stack to its original state.