call method

SyntaxError call([
  1. String? message,
  2. ErrorOptions? options
])

Implementation

_i3.SyntaxError call([
  _i2.String? message,
  _i12.ErrorOptions? options,
]) =>
    _i6.callMethod(
      this,
      'call',
      [
        this,
        message ?? _i5.undefined,
        options ?? _i5.undefined,
      ],
    );