Home
last modified time | relevance | path

Searched refs:InstanceTest (Results 1 – 1 of 1) sorted by relevance

/external/v8/test/mjsunit/
Dinstanceof-2.js294 function InstanceTest(x, func) { class
314 InstanceTest(x, Foo);
315 InstanceTest(y, Foo);
316 InstanceTest(x, Bar);
317 InstanceTest(y, Bar);
325 InstanceTest(x, Foo);
326 InstanceTest(y, Foo);
327 InstanceTest(x, Bar);
328 InstanceTest(y, Bar);