Lines Matching full:shouldbe
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');
120 shouldBe('testArrayPrototypeSort(nonstrictThrowThisString)', 'globalObjectString');
121 shouldBe('testArrayPrototypeFilter(nonstrictThrowThisString)', 'globalObjectString');
122 shouldBe('testArrayPrototypeMap(nonstrictThrowThisString)', 'globalObjectString');
123 shouldBe('testArrayPrototypeEvery(nonstrictThrowThisString)', 'globalObjectString');
124 shouldBe('testArrayPrototypeForEach(nonstrictThrowThisString)', 'globalObjectString');
125 shouldBe('testArrayPrototypeSome(nonstrictThrowThisString)', 'globalObjectString');
126 shouldBe('testStringPrototypeReplace(nonstrictThrowThisString)', 'globalObjectString');