Lines Matching refs:instanceof
101 assertTrue(new Promise(function() {}) instanceof Promise)
594 function(r) { assertAsync(r instanceof TypeError, "cyclic/chain") }
604 function(r) { assertAsync(r instanceof TypeError, "cyclic/then") }
626 function(r) { assertAsync(r instanceof TypeError, "cyclic/deferred/then") }
634 function(r) { assertAsync(r instanceof TypeError, "all/no-array") }
733 function(r) { assertAsync(r instanceof TypeError, "one/no-array") }
829 assertTrue(d3.promise instanceof Promise, "subclass/instance")
830 assertTrue(d3.promise instanceof MyPromise, "subclass/instance-my3")
836 assertTrue(p4 instanceof Promise, "subclass/instance4")
837 assertTrue(p4 instanceof MyPromise, "subclass/instance-my4")
838 assertTrue(p5 instanceof Promise, "subclass/instance5")
839 assertTrue(p5 instanceof MyPromise, "subclass/instance-my5")