Searched defs:assertInstanceof (Results 1 – 6 of 6) sorted by relevance
64 function assertInstanceof(value, type, opt_message) { function
172 function assertInstanceof(obj, type) { function
105 var assertInstanceof; variable387 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