Home
last modified time | relevance | path

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

/external/v8/test/webkit/fast/js/
Dstring-split-conformance-expected.txt29 PASS ''.split() is testCode[i][1]
30 PASS ''.split(/./) is testCode[i][1]
31 PASS ''.split(/.?/) is testCode[i][1]
32 PASS ''.split(/.??/) is testCode[i][1]
33 PASS 'ab'.split(/a*/) is testCode[i][1]
34 PASS 'ab'.split(/a*?/) is testCode[i][1]
35 PASS 'ab'.split(/(?:ab)/) is testCode[i][1]
36 PASS 'ab'.split(/(?:ab)*/) is testCode[i][1]
37 PASS 'ab'.split(/(?:ab)*?/) is testCode[i][1]
38 PASS 'test'.split('') is testCode[i][1]
[all …]
Dstring-split-conformance.js30 var testCode = [ variable
90 for (var i in testCode)
91 shouldBe(testCode[i][0], 'testCode[i][1]');