OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:globalobjectstring
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/test/webkit/
strict-callback-this-expected.txt
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
strict-callback-this.js
29
var
globalObjectString
= String(this);
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
');
Completed in 1652 milliseconds