drawElementsInstanced method
Implementation
void drawElementsInstanced(
        int mode, int count, int type, int offset, int instanceCount) =>
    js_util.callMethod(this, 'drawElementsInstanced',
        [mode, count, type, offset, instanceCount]);