Searched defs:assertInstanceof (Results 1 – 4 of 4) sorted by relevance
173 function assertInstanceof(obj, type) { function
101 var assertInstanceof; variable349 assertInstanceof = function assertInstanceof(obj, type) { function
23 var assertInstanceof; variable43 assertInstanceof = function assertInstanceof(obj, type) { if (!(obj instanceof type)) { var actualT… function
8 var assertInstanceof; variable