OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instanceof
(Results
51 - 75
of
238
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/v8/test/webkit/
instance-of-immediates.js
33
testMethod["1"]("(1
instanceof
" + constructor + ")");
34
testMethod["{}"]("({}
instanceof
" + constructor + ")");
35
testMethod["obj"]("(obj
instanceof
" + constructor + ")");
56
// All test fail, no reason to throw. (obj
instanceof
Constructor) is now false, since Constructor.prototype has changed.
/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);
/external/chromium_org/chrome/test/chromedriver/js/
focus.js
36
if (!(error
instanceof
TypeError) && !(error
instanceof
DOMException &&
/external/chromium_org/v8/test/mjsunit/
call-non-function.js
42
assertTrue(caught[0]
instanceof
TypeError);
43
assertTrue(caught[1]
instanceof
TypeError);
function-call.js
216
assertTrue(e
instanceof
TypeError);
225
assertTrue(e
instanceof
TypeError);
234
assertTrue(e
instanceof
TypeError);
243
assertTrue(e
instanceof
TypeError);
287
assertTrue(e
instanceof
TypeError);
298
assertTrue(e
instanceof
TypeError);
335
assertTrue(e
instanceof
TypeError);
344
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);
allocation-site-info.js
335
assertTrue(new type()
instanceof
type);
336
assertTrue(new type(5)
instanceof
type);
337
assertTrue(new type(1,2,3)
instanceof
type);
341
assertTrue(new type()
instanceof
type);
342
assertTrue(new type(5)
instanceof
type);
343
assertTrue(new type(1,2,3)
instanceof
type);
/external/chromium_org/chrome/browser/resources/user_manager/
user_manager.js
114
return src
instanceof
HTMLTextAreaElement ||
115
src
instanceof
HTMLInputElement &&
/external/chromium_org/v8/test/mjsunit/harmony/
generators-objects.js
57
assertTrue(iter
instanceof
g);
66
assertTrue(iter
instanceof
g);
/cts/suite/pts/deviceTests/browserbench/assets/octane/
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/chromium_org/third_party/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/chromium_org/third_party/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/chromium_org/third_party/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
...]
Completed in 1217 milliseconds
1
2
3
4
5
6
7
8
9
10