Lines Matching full:pass
24 This tests that a call to array/string prototype methods pass the correct this value (undefined) to strict callees.
26 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
29 PASS testArrayPrototypeSort(strictThrowThisString) is undefinedString
30 PASS testArrayPrototypeFilter(strictThrowThisString) is undefinedString
31 PASS testArrayPrototypeMap(strictThrowThisString) is undefinedString
32 PASS testArrayPrototypeEvery(strictThrowThisString) is undefinedString
33 PASS testArrayPrototypeForEach(strictThrowThisString) is undefinedString
34 PASS testArrayPrototypeSome(strictThrowThisString) is undefinedString
35 PASS testStringPrototypeReplace(strictThrowThisString) is undefinedString
36 PASS testArrayPrototypeSort(nonstrictThrowThisString) is globalObjectString
37 PASS testArrayPrototypeFilter(nonstrictThrowThisString) is globalObjectString
38 PASS testArrayPrototypeMap(nonstrictThrowThisString) is globalObjectString
39 PASS testArrayPrototypeEvery(nonstrictThrowThisString) is globalObjectString
40 PASS testArrayPrototypeForEach(nonstrictThrowThisString) is globalObjectString
41 PASS testArrayPrototypeSome(nonstrictThrowThisString) is globalObjectString
42 PASS testStringPrototypeReplace(nonstrictThrowThisString) is globalObjectString
43 PASS successfullyParsed is true