dynamic instanceof(o, Function type)

Source

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