pushErrorScope method

void pushErrorScope(
  1. GPUErrorFilter filter
)

Implementation

void pushErrorScope(GPUErrorFilter filter) =>
    js_util.callMethod(this, 'pushErrorScope', [filter.value]);