isBothInt method

bool isBothInt(
  1. JSValue other
)

Implementation

bool isBothInt(JSValue other) => (_ref.ref.tag | other.ref.ref.tag) == 0;