Home
last modified time | relevance | path

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

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