OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:InstanceTest
(Results
1 - 2
of
2
) sorted by null
/external/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);
/dalvik/tests/010-instance/src/
InstanceTest.java
8
public class
InstanceTest
{
Completed in 414 milliseconds