OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instanceof
(Results
26 - 50
of
96
) sorted by null
1
2
3
4
/external/v8/test/mjsunit/harmony/
block-leave.js
77
assertTrue(e2
instanceof
ReferenceError);
159
if (e
instanceof
MjsUnitAssertionError) throw e;
176
if (e
instanceof
MjsUnitAssertionError) throw e;
226
if (e
instanceof
MjsUnitAssertionError) throw e;
/external/v8/test/mjsunit/
mirror-regexp.js
63
assertTrue(mirror
instanceof
debug.Mirror);
64
assertTrue(mirror
instanceof
debug.ValueMirror);
65
assertTrue(mirror
instanceof
debug.ObjectMirror);
66
assertTrue(mirror
instanceof
debug.RegExpMirror);
mirror-unresolved-function.js
50
assertTrue(mirror
instanceof
debug.Mirror);
51
assertTrue(mirror
instanceof
debug.ValueMirror);
52
assertTrue(mirror
instanceof
debug.ObjectMirror);
53
assertTrue(mirror
instanceof
debug.FunctionMirror);
with-leave.js
56
assertTrue(e2
instanceof
ReferenceError);
148
if (e
instanceof
MjsUnitAssertionError) throw e;
165
if (e
instanceof
MjsUnitAssertionError) throw e;
219
if (e
instanceof
MjsUnitAssertionError) throw e;
call-non-function.js
42
assertTrue(caught[0]
instanceof
TypeError);
43
assertTrue(caught[1]
instanceof
TypeError);
function-call.js
215
assertTrue(e
instanceof
TypeError);
224
assertTrue(e
instanceof
TypeError);
233
assertTrue(e
instanceof
TypeError);
242
assertTrue(e
instanceof
TypeError);
288
assertTrue(e
instanceof
TypeError);
299
assertTrue(e
instanceof
TypeError);
338
assertTrue(e
instanceof
TypeError);
347
assertTrue(e
instanceof
TypeError);
mirror-null.js
37
assertTrue(mirror
instanceof
debug.Mirror);
38
assertTrue(mirror
instanceof
debug.NullMirror);
mirror-undefined.js
37
assertTrue(mirror
instanceof
debug.Mirror);
38
assertTrue(mirror
instanceof
debug.UndefinedMirror);
array-reduce.js
34
if (v
instanceof
Array) {
419
assertTrue(e
instanceof
TypeError,
431
assertTrue(e
instanceof
TypeError,
443
assertTrue(e
instanceof
TypeError,
455
assertTrue(e
instanceof
TypeError,
467
assertTrue(e
instanceof
TypeError,
479
assertTrue(e
instanceof
TypeError,
mirror-script.js
39
assertTrue(mirror
instanceof
debug.Mirror);
40
assertFalse(mirror
instanceof
debug.ValueMirror);
41
assertTrue(mirror
instanceof
debug.ScriptMirror);
body-not-visible.js
37
assertTrue(e
instanceof
ReferenceError);
call-non-function-call.js
36
assertTrue(e
instanceof
TypeError);
extra-commas.js
34
assertTrue(e
instanceof
SyntaxError, "is syntax error");
/external/v8/benchmarks/
earley-boyer.js
575
(peephole (postfix "
instanceof
sc_Pair")))
578
return (p
instanceof
sc_Pair);
772
(rabbit
instanceof
sc_Pair && rabbit.cdr === null))
774
else if ((rabbit
instanceof
sc_Pair) &&
775
(rabbit.cdr
instanceof
sc_Pair)) {
1181
(peephole (postfix "
instanceof
sc_Char")))
1184
return (c
instanceof
sc_Char);
1361
(peephole (postfix "
instanceof
sc_Vector")))
1364
return (v
instanceof
sc_Vector);
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js
569
(peephole (postfix "
instanceof
sc_Pair")))
572
return (p
instanceof
sc_Pair);
766
(rabbit
instanceof
sc_Pair && rabbit.cdr === null))
768
else if ((rabbit
instanceof
sc_Pair) &&
769
(rabbit.cdr
instanceof
sc_Pair)) {
1175
(peephole (postfix "
instanceof
sc_Char")))
1178
return (c
instanceof
sc_Char);
1355
(peephole (postfix "
instanceof
sc_Vector")))
1358
return (v
instanceof
sc_Vector);
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js
569
(peephole (postfix "
instanceof
sc_Pair")))
572
return (p
instanceof
sc_Pair);
766
(rabbit
instanceof
sc_Pair && rabbit.cdr === null))
768
else if ((rabbit
instanceof
sc_Pair) &&
769
(rabbit.cdr
instanceof
sc_Pair)) {
1175
(peephole (postfix "
instanceof
sc_Char")))
1178
return (c
instanceof
sc_Char);
1355
(peephole (postfix "
instanceof
sc_Vector")))
1358
return (v
instanceof
sc_Vector);
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js
569
(peephole (postfix "
instanceof
sc_Pair")))
572
return (p
instanceof
sc_Pair);
766
(rabbit
instanceof
sc_Pair && rabbit.cdr === null))
768
else if ((rabbit
instanceof
sc_Pair) &&
769
(rabbit.cdr
instanceof
sc_Pair)) {
1175
(peephole (postfix "
instanceof
sc_Char")))
1178
return (c
instanceof
sc_Char);
1355
(peephole (postfix "
instanceof
sc_Vector")))
1358
return (v
instanceof
sc_Vector);
[
all
...]
/external/v8/test/mjsunit/regress/
regress-1020.js
29
return o
instanceof
Object;
regress-1110164.js
44
assertTrue(e
instanceof
TypeError);
regress-1182832.js
36
assertTrue(e
instanceof
TypeError);
regress-1213575.js
37
assertTrue(e
instanceof
TypeError);
regress-1215653.js
35
assertTrue(e
instanceof
RangeError);
regress-341.js
36
assertThrows("o
instanceof
F");
regress-676025.js
31
assertTrue(result
instanceof
SyntaxError);
regress-78270.js
32
var f0 = (object
instanceof
encodeURI)('foo');
Completed in 453 milliseconds
1
2
3
4