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