/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,
|
array-feedback.js | 197 assertTrue(type() instanceof type); 198 assertTrue(type(5) instanceof type); 199 assertTrue(type(1,2,3) instanceof type);
|
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);
|
/external/chromium_org/v8/test/webkit/fast/js/ |
Promise-catch.js | 57 shouldBeTrue('firstPromise instanceof Promise'); 58 shouldBeTrue('secondPromise instanceof Promise');
|
Promise-then.js | 47 shouldBeTrue('firstPromise instanceof Promise'); 48 shouldBeTrue('secondPromise instanceof Promise');
|
/external/chromium_org/v8/test/mjsunit/es6/ |
promises.js | 101 assertTrue(new Promise(function() {}) instanceof Promise) 594 function(r) { assertAsync(r instanceof TypeError, "cyclic/chain") } 604 function(r) { assertAsync(r instanceof TypeError, "cyclic/then") } 626 function(r) { assertAsync(r instanceof TypeError, "cyclic/deferred/then") } 634 function(r) { assertAsync(r instanceof TypeError, "all/no-array") } 733 function(r) { assertAsync(r instanceof TypeError, "one/no-array") } 829 assertTrue(d3.promise instanceof Promise, "subclass/instance") 830 assertTrue(d3.promise instanceof MyPromise, "subclass/instance-my3") 836 assertTrue(p4 instanceof Promise, "subclass/instance4") 837 assertTrue(p4 instanceof MyPromise, "subclass/instance-my4" [all...] |
generators-objects.js | 57 assertTrue(iter instanceof g); 66 assertTrue(iter instanceof g);
|
/cts/suite/cts/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...] |
/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/chromium_org/chrome/browser/resources/local_ntp/ |
instant_iframe_validation.js | 46 if (rgbaColor instanceof Array && rgbaColor.length === 4 &&
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
loop.js | 16 if (element instanceof HTMLMediaElement)
|
seek.js | 11 if (mediaElements[i] instanceof HTMLMediaElement)
|
/external/chromium_org/ui/webui/resources/js/ |
assert.js | 61 if (!(value instanceof type))
|
/external/chromium_org/v8/test/mjsunit/es6/debug-promises/ |
reject-uncaught-all.js | 33 assertTrue(event_data.promise() instanceof Promise);
|
reject-uncaught-late.js | 40 assertTrue(event_data.promise() instanceof Promise);
|
reject-uncaught-uncaught.js | 33 assertTrue(event_data.promise() instanceof Promise);
|