Home | History | Annotate | Download | only in chrome_frame

Lines Matching refs:instanceof

149         typeof item == 'function' || item instanceof Function
162 item instanceof Array || (
625 if ( !(err instanceof Error) ) {
639 (this.results[0] instanceof Deferred)
656 this.fired = res instanceof Error ? 1 : 0;
695 if ( !(res instanceof Error) ) {
795 fired = res instanceof Error ? 1 : 0;
796 if (res instanceof Deferred) {