OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TO
(Results
626 - 650
of
785
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/v8/test/mjsunit/
keyed-ic.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28
// This test attempts
to
test the inline caching for keyed access.
math-abs.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
95
// Test in a loop
to
cover the custom IC and GC-related issues.
math-floor.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
115
// Test in a loop
to
cover the custom IC and GC-related issues.
math-min-max.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
47
// We have
to
have a loop here because the first time we get a Smi from the
58
// Here we would like
to
have assertFalse(%_IsSmi(ZERO)); This is, however,
mirror-regexp.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
mirror-script.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
mirror-unresolved-function.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
object-literal.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
regexp-multiline-stack-trace.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
28
// The flags below are
to
test the trace-calls functionality and the
samevalue.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
smi-negative-zero.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
sparse-array-reverse.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
35
// smjs will appear
to
hang on this file.
string-add.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
177
// Generate ascii and non ascii strings from length 0
to
20.
189
// Add ascii and non-ascii strings generating strings with length from 0
to
20.
string-charcodeat.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
string-indexof-1.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
84
for(var i = 66; i < 76; i++) { // from 'B'
to
'K'
111
// Search for string long enough
to
trigger complex search with ASCII pattern
string-indexof-2.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
string-match.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33
function testMatch(name, input, regexp, result, captures, from,
to
) {
37
var match = input.substring(from,
to
);
39
var postMatch = input.substring(
to
);
substr.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
71
/x/.exec(x); // Try
to
force a flatten.
89
/x/.exec(x); // Try
to
force a flatten.
102
// Keep creating strings
to
to
force allocation failure on substring creation.
toint32.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
/external/v8/test/mjsunit/regress/
regress-219.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
regress-231.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
29
// A stack growth during a look-ahead could restore a pointer
to
the old stack.
regress-334.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
64
// Can't assign
to
READ_ONLY.
69
// Assignment
to
non-readonly. Assignment shouldn't change attributes!
regress-70066.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
61
// 'with' forces all parameters
to
be indirected through the arguments
regress-969.js
13
// contributors may be used
to
endorse or promote products derived
18
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22
// LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
33
// assignment was lingering). This is hard
to
observe in the unoptimized
36
// This test uses comma expressions
to
put assignments in effect contexts,
37
// references
to
deleted global variables
to
force deoptimization, and
38
// function calls
to
observe an extra value.
46
// Assignment
to
global variable.
49
// Call the function once
to
compile it
[
all
...]
/external/v8/test/mjsunit/third_party/
string-trim.js
16
// contributors may be used
to
endorse or promote products derived
21
// LIMITED
TO
, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
25
// (INCLUDING, BUT NOT LIMITED
TO
, PROCUREMENT OF SUBSTITUTE GOODS OR
34
// References
to
trim(), trimLeft() and trimRight() functions for
Completed in 278 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>