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

  /external/chromium_org/v8/test/webkit/
strict-callback-this-expected.txt 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
strict-callback-this.js 28 var undefinedString = String(undefined);
112 shouldBe('testArrayPrototypeSort(strictThrowThisString)', 'undefinedString');
113 shouldBe('testArrayPrototypeFilter(strictThrowThisString)', 'undefinedString');
114 shouldBe('testArrayPrototypeMap(strictThrowThisString)', 'undefinedString');
115 shouldBe('testArrayPrototypeEvery(strictThrowThisString)', 'undefinedString');
116 shouldBe('testArrayPrototypeForEach(strictThrowThisString)', 'undefinedString');
117 shouldBe('testArrayPrototypeSome(strictThrowThisString)', 'undefinedString');
118 shouldBe('testStringPrototypeReplace(strictThrowThisString)', 'undefinedString');

Completed in 88 milliseconds