OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:instanceof
(Results
76 - 100
of
238
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/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/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/chromium_org/chrome/browser/resources/local_ntp/
instant_iframe_validation.js
46
if (rgbaColor
instanceof
Array && rgbaColor.length === 4 &&
/external/chromium_org/chrome/test/functional/tracing/
timeline_model_shim.js
35
if( typeof(e) == 'string' || e
instanceof
String ) {
/external/chromium_org/content/test/data/media/
media_utils.js
23
if (msg
instanceof
Event)
/external/chromium_org/tools/telemetry/telemetry/page/actions/
seek.js
16
if (element
instanceof
HTMLMediaElement)
/external/chromium_org/v8/test/mjsunit/
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/chromium_org/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');
regress-900055.js
40
assertTrue(e
instanceof
ReferenceError);
regress-crbug-100859.js
36
assertTrue(ex
instanceof
RangeError);
regress-crbug-272564.js
40
if (b
instanceof
Bb) b = b.width;
/external/chromium_org/v8/test/webkit/
array-constructor-host-call.js
34
shouldBeTrue("array
instanceof
Array");
/external/v8/test/mjsunit/
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/test/mjsunit/regress/
regress-1020.js
29
return o
instanceof
Object;
Completed in 305 milliseconds
1
2
3
4
5
6
7
8
9
10