Searched defs:assertInstanceof (Results 1 – 5 of 5) sorted by relevance
173 function assertInstanceof(obj, type) { function
105 var assertInstanceof; variable384 assertInstanceof = function assertInstanceof(obj, type) { function
23 var assertInstanceof; variable43 assertInstanceof = function assertInstanceof(obj, type) { if (!(obj instanceof type)) { var actualT… function
13 assertInstanceof = function assertInstanceof() { if (obj instanceof type) { var actualTypeName = nu… function
8 var assertInstanceof; variable