instanceof function

bool instanceof (
  1. dynamic o,
  2. Function type
)

Implementation

bool instanceof(o, Function type) => JS('bool', '# instanceof #', o, type);