OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:axc
(Results
1 - 2
of
2
) sorted by null
/external/v8/test/mjsunit/regress/
regress-1360.js
38
"
axc
".replace("x", strict);
39
"
axc
".replace("x", non_strict);
/external/v8/test/mjsunit/
string-replace.js
228
assertEquals("
axc
", "abc".replace(/b/, replace_obj));
229
assertEquals("
axc
", "abc".replace(/b/g, replace_obj));
232
assertEquals("
axc
", "abc".replace(search_obj, function() { return "x"; }));
Completed in 614 milliseconds