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

  /external/chromium_org/v8/test/webkit/
dictionary-prototype-caching.js 26 function protoTest(o) {
36 protoTest(o);
37 protoTest(o);
38 protoTest(o);
39 shouldBe("protoTest(o)", "'PASS'");
42 shouldBeUndefined("protoTest(o)");
dictionary-prototype-caching-expected.txt 29 PASS protoTest(o) is 'PASS'
30 PASS protoTest(o) is undefined.

Completed in 2455 milliseconds