HomeSort by relevance Sort by last modified time
    Searched defs:InstanceTest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/test/mjsunit/
instanceof-2.js 294 function InstanceTest(x, func) {
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);
  /art/test/010-instance/src/
InstanceTest.java 22 public class InstanceTest {

Completed in 1010 milliseconds