public void Push(ScriptFile script) { _callStack.AddLast(new StackItem { ScriptId = script.Header.Id, Offset = script.CurrentPosition }); }