hasInstance property
Symbol
get
hasInstance
A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator. A method that determines if a constructor object recognizes an object as one of the constructor’s instances. Called by the semantics of the instanceof operator.
Implementation
static _i2.Symbol get hasInstance => _i3.getProperty(
_i6.target26,
'hasInstance',
);