OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:regexp
(Results
351 - 375
of
1409
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/v8/test/mjsunit/bugs/
bug-617.js
36
RegExp
.prototype.exec = make_sure_we_dont_get_here;
/external/chromium_org/v8/test/mjsunit/
regexp-captures.js
29
var r = new
RegExp
(re)
regexp-compile.js
28
// Test that we don't cache the result of a
regexp
match across a
typeof.js
31
var r = new
RegExp
;
unicode-case-overoptimization.js
33
var re = new
RegExp
("[" + c + "-" + c2 + "]", "i");
/external/chromium_org/v8/test/mjsunit/regress/
regress-1748.js
29
// Bug in x64 caused it to match when executing the
RegExp
on a part
regress-2058.js
36
assertEquals(
RegExp
.$1, " ");
regress-233.js
29
// A stack overflow detected by a global
regexp
match wasn't handled correctly.
regress-crbug-170856.js
28
r = new
RegExp
("a");
short-circuit.js
31
arr.push(new
RegExp
("prefix" + i.toString() + i.toString() + i.toString()));
string-split-monkey-patching.js
28
// Test that String.prototype.split with an
regexp
does not call the
/external/chromium_org/v8/test/webkit/fast/js/kde/
constructor_length-expected.txt
36
PASS
RegExp
.length is 2
constructor_length.js
32
shouldBe("
RegExp
.length","2");
object_prototype_tostring-expected.txt
35
PASS _regexp.toString() is "[object
RegExp
]"
prototype_proto.js
32
shouldBe("
RegExp
.prototype.__proto__","Object.prototype");
/external/chromium_org/v8/test/webkit/fast/js/
regexp-lastindex-expected.txt
24
Test for regression against REGRESSION:
RegExp
("[^\s$]+", "g") returns extra matches
toString-overrides-expected.txt
34
FAIL [/r/].toLocaleString() should be toString2. Threw exception TypeError: Property 'toLocaleString' of object [object
RegExp
] is not a function
/external/chromium_org/v8/test/webkit/fast/regex/
overflow.js
33
var regexp3 = new
RegExp
(s3, "");
/external/chromium_org/v8/test/webkit/
regexp-character-match-out-of-order-expected.txt
24
Test to ensure
RegExp
generates single character matches in the correct order
regexp-compile-crash-expected.txt
24
Test
regexp
compiling to make sure it doens't crash like bug 16127
string_replace-expected.txt
24
This will test string.replace with {n, m}
regexp
patterns.
string_replace.js
25
"This will test string.replace with {n, m}
regexp
patterns."
unexpected-constant-crash-expected.txt
24
This test checks that the
regexp
and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case.
unexpected-constant-crash.js
25
"This test checks that the
regexp
and unexpected constant counters are not confused with each other. It will fail with an assertion failure in a debug build if this is the case."
/external/icu4c/test/intltest/
regextst.h
51
// The following functions are internal to the
regexp
tests.
Completed in 233 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>