Home | History | Annotate | Download | only in src

Lines Matching refs:instanceof

65 // instanceof $Error" because user code can replace
69 return (obj instanceof $Error) ||
70 (obj instanceof $EvalError) ||
71 (obj instanceof $RangeError) ||
72 (obj instanceof $ReferenceError) ||
73 (obj instanceof $SyntaxError) ||
74 (obj instanceof $TypeError) ||
75 (obj instanceof $URIError);
174 "instanceof_function_expected", ["Expecting a function in instanceof check, but got ", "%0"],
175 "instanceof_nonobject_proto", ["Function has non-object prototype '", "%0", "' in instanceof check"],