pub unsafe fn Wrap(
    cx: SafeJSContext,
    scope: &GlobalScope,
    given_proto: Option<HandleObject<'_>>,
    object: Box<WebGL2RenderingContext>
) -> Root<Dom<WebGL2RenderingContext>>