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