Home
last modified time | relevance | path

Searched defs:assertInstanceof (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
Dassert.js64 function assertInstanceof(value, type, opt_message) { function
/external/v8/test/intl/
Dassert.js172 function assertInstanceof(obj, type) { function
/external/v8/test/mjsunit/
Dmjsunit.js105 var assertInstanceof; variable
387 assertInstanceof = function assertInstanceof(obj, type) { function
/external/v8/test/mjsunit/regress/
Dregress-347914.js23 var assertInstanceof; variable
43 assertInstanceof = function assertInstanceof(obj, type) { if (!(obj instanceof type)) { var actualT… function
Dregress-568765.js13 assertInstanceof = function assertInstanceof() { if (obj instanceof type) { var actualTypeName = nu… function
Dregress-410912.js8 var assertInstanceof; variable