Home
last modified time | relevance | path

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

/external/v8/test/intl/
Dassert.js173 function assertInstanceof(obj, type) { function
/external/v8/test/mjsunit/
Dmjsunit.js105 var assertInstanceof; variable
384 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