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
238
) sorted by null
1
2
3
4
5
6
7
8
9
10
/external/chromium_org/v8/test/mjsunit/regress/
regress-bind-receiver.js
39
assertEquals(true, lenient.bind(true)()
instanceof
Boolean);
40
assertEquals(true, lenient.bind(42)()
instanceof
Number);
41
assertEquals(true, lenient.bind("")()
instanceof
String);
regress-1207.js
28
// Test throwing an exception from
instanceof
.
32
var f0 = (object
instanceof
encodeURI)('#2: var x = 1; x <= 1 === true'), f1 = 1;
/external/v8/test/mjsunit/
mirror-boolean.js
38
assertTrue(mirror
instanceof
debug.Mirror);
39
assertTrue(mirror
instanceof
debug.ValueMirror);
40
assertTrue(mirror
instanceof
debug.BooleanMirror);
mirror-array.js
52
assertTrue(mirror
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
53
assertTrue(mirror
instanceof
debug.ValueMirror, 'Unexpected mirror hierachy');
54
assertTrue(mirror
instanceof
debug.ObjectMirror, 'Unexpected mirror hierachy');
55
assertTrue(mirror
instanceof
debug.ArrayMirror, 'Unexpected mirror hierachy');
62
assertTrue(mirror.constructorFunction()
instanceof
debug.ObjectMirror, 'Unexpected mirror hierachy');
64
assertTrue(mirror.protoObject()
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
65
assertTrue(mirror.prototypeObject()
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
71
assertTrue(indexedProperties[i]
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
72
assertTrue(indexedProperties[i]
instanceof
debug.PropertyMirror, 'Unexpected mirror hierachy');
mirror-date.js
38
assertTrue(mirror
instanceof
debug.Mirror);
39
assertTrue(mirror
instanceof
debug.ValueMirror);
40
assertTrue(mirror
instanceof
debug.ObjectMirror);
41
assertTrue(mirror
instanceof
debug.DateMirror);
mirror-error.js
52
assertTrue(mirror
instanceof
debug.Mirror);
53
assertTrue(mirror
instanceof
debug.ValueMirror);
54
assertTrue(mirror
instanceof
debug.ObjectMirror);
55
assertTrue(mirror
instanceof
debug.ErrorMirror);
mirror-object.js
52
assertTrue(mirror
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
53
assertTrue(mirror
instanceof
debug.ValueMirror, 'Unexpected mirror hierachy');
54
assertTrue(mirror
instanceof
debug.ObjectMirror, 'Unexpected mirror hierachy');
61
assertTrue(mirror.constructorFunction()
instanceof
debug.ObjectMirror, 'Unexpected mirror hierachy');
63
assertTrue(mirror.protoObject()
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
64
assertTrue(mirror.prototypeObject()
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
72
assertTrue(properties[i]
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
73
assertTrue(properties[i]
instanceof
debug.PropertyMirror, 'Unexpected mirror hierachy');
80
assertTrue(property_mirror
instanceof
debug.PropertyMirror);
226
assertTrue(mirror
instanceof
debug.ObjectMirror)
[
all
...]
mirror-number.js
38
assertTrue(mirror
instanceof
debug.Mirror);
39
assertTrue(mirror
instanceof
debug.ValueMirror);
40
assertTrue(mirror
instanceof
debug.NumberMirror);
mirror-string.js
40
assertTrue(mirror
instanceof
debug.Mirror);
41
assertTrue(mirror
instanceof
debug.ValueMirror);
42
assertTrue(mirror
instanceof
debug.StringMirror);
/external/v8/test/mjsunit/regress/
regress-bind-receiver.js
39
assertEquals(true, lenient.bind(true)()
instanceof
Boolean);
40
assertEquals(true, lenient.bind(42)()
instanceof
Number);
41
assertEquals(true, lenient.bind("")()
instanceof
String);
regress-1207.js
28
// Test throwing an exception from
instanceof
.
32
var f0 = (object
instanceof
encodeURI)('#2: var x = 1; x <= 1 === true'), f1 = 1;
/external/chromium_org/chrome/common/extensions/docs/static/js/
samples.js
24
if (event.target
instanceof
HTMLAnchorElement) {
/external/chromium_org/v8/test/mjsunit/
mirror-array.js
52
assertTrue(mirror
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
53
assertTrue(mirror
instanceof
debug.ValueMirror, 'Unexpected mirror hierachy');
54
assertTrue(mirror
instanceof
debug.ObjectMirror, 'Unexpected mirror hierachy');
55
assertTrue(mirror
instanceof
debug.ArrayMirror, 'Unexpected mirror hierachy');
62
assertTrue(mirror.constructorFunction()
instanceof
debug.ObjectMirror, 'Unexpected mirror hierachy');
64
assertTrue(mirror.protoObject()
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
65
assertTrue(mirror.prototypeObject()
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
71
assertTrue(indexedProperties[i]
instanceof
debug.Mirror, 'Unexpected mirror hierachy');
72
assertTrue(indexedProperties[i]
instanceof
debug.PropertyMirror, 'Unexpected mirror hierachy');
mirror-date.js
38
assertTrue(mirror
instanceof
debug.Mirror);
39
assertTrue(mirror
instanceof
debug.ValueMirror);
40
assertTrue(mirror
instanceof
debug.ObjectMirror);
41
assertTrue(mirror
instanceof
debug.DateMirror);
mirror-error.js
52
assertTrue(mirror
instanceof
debug.Mirror);
53
assertTrue(mirror
instanceof
debug.ValueMirror);
54
assertTrue(mirror
instanceof
debug.ObjectMirror);
55
assertTrue(mirror
instanceof
debug.ErrorMirror);
mirror-number.js
38
assertTrue(mirror
instanceof
debug.Mirror);
39
assertTrue(mirror
instanceof
debug.ValueMirror);
40
assertTrue(mirror
instanceof
debug.NumberMirror);
mirror-object.js
52
assertTrue(mirror
instanceof
debug.Mirror, 'Unexpected mirror hierarchy');
53
assertTrue(mirror
instanceof
debug.ValueMirror, 'Unexpected mirror hierarchy');
54
assertTrue(mirror
instanceof
debug.ObjectMirror, 'Unexpected mirror hierarchy');
61
assertTrue(mirror.constructorFunction()
instanceof
debug.ObjectMirror, 'Unexpected mirror hierarchy');
63
assertTrue(mirror.protoObject()
instanceof
debug.Mirror, 'Unexpected mirror hierarchy');
64
assertTrue(mirror.prototypeObject()
instanceof
debug.Mirror, 'Unexpected mirror hierarchy');
72
assertTrue(properties[i]
instanceof
debug.Mirror, 'Unexpected mirror hierarchy');
73
assertTrue(properties[i]
instanceof
debug.PropertyMirror, 'Unexpected mirror hierarchy');
80
assertTrue(internalProperties[i]
instanceof
debug.Mirror, 'Unexpected mirror hierarchy');
81
assertTrue(internalProperties[i]
instanceof
debug.InternalPropertyMirror, 'Unexpected mirror hierarchy')
[
all
...]
mirror-string.js
40
assertTrue(mirror
instanceof
debug.Mirror);
41
assertTrue(mirror
instanceof
debug.ValueMirror);
42
assertTrue(mirror
instanceof
debug.StringMirror);
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;
/external/chromium_org/chrome/browser/resources/chromeos/
proxy_settings.js
51
return src
instanceof
HTMLTextAreaElement ||
52
src
instanceof
HTMLInputElement &&
/external/chromium_org/chrome/renderer/resources/extensions/
input.ime_custom_bindings.js
31
if (opt_extraInfo
instanceof
Array) {
/external/chromium_org/tools/telemetry/telemetry/page/actions/
play.js
17
if (element
instanceof
HTMLMediaElement)
/external/chromium_org/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;
Completed in 200 milliseconds
1
2
3
4
5
6
7
8
9
10