Lines Matching refs:instanceof
53 instanceof_function_expected: ["Expecting a function in instanceof check, but got ", "%0"],54 instanceof_nonobject_proto: ["Function has non-object prototype '", "%0", "' in instanceof check"],257 return obj instanceof $Error && objToString === ErrorToString;