case opCodes.HEIGHT:
                    //Push the height of the canvas onto the stack. Since this can't be gleaned normally.
                    data.current()
                        .push(glctx.canvas.height);