CodeComposer.prototype = {
    pop: function () {
        this.codeLines.pop();
    },