Home
last modified time | relevance | path

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

/external/v8/test/webkit/
Dregexp-in-and-foreach-handling-expected.txt29 PASS testRegExpMatchesArray(0) is ["abcdef", "a", undefined, "c", undefined, "e", undefined]
32 PASS testRegExpMatchesArray(1) is ["a", "a", undefined]
35 PASS testRegExpMatchesArray(2) is ["xa", undefined, "a"]
38 PASS testRegExpMatchesArray(3) is ["xa", undefined, "a", undefined]
Dregexp-in-and-foreach-handling.js33 function testRegExpMatchesArray(i) function