/external/v8/test/mjsunit/ |
allocation-site-info.js | 308 assertTrue(new type() instanceof type); 309 assertTrue(new type(5) instanceof type); 310 assertTrue(new type(1,2,3) instanceof type); 314 assertTrue(new type() instanceof type); 315 assertTrue(new type(5) instanceof type); 316 assertTrue(new type(1,2,3) instanceof type);
|
object-literal.js | 126 "instanceof", 186 assertTrue(vo instanceof construct);
|
get-prototype-of.js | 37 assertTrue(caught instanceof TypeError);
|
array-constructor-feedback.js | 186 assertTrue(a instanceof Array); 193 assertFalse(Realm.eval(contextB, "bar2();") instanceof Array); 194 assertTrue(Realm.eval(contextB, "bar2() instanceof Array"));
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 163 } else if (t === 'string' || v instanceof String) { 256 if (!(this instanceof Promise)) { return new Promise(); } 272 if (argument instanceof Promise) { 364 if (v instanceof Array) {
|
/external/v8/test/intl/break-iterator/ |
resolved-options-is-method.js | 35 assertTrue(result instanceof Object);
|
/external/v8/test/intl/collator/ |
resolved-options-is-method.js | 35 assertTrue(result instanceof Object);
|
/external/v8/test/intl/date-format/ |
resolved-options-is-method.js | 35 assertTrue(result instanceof Object);
|
/external/v8/test/intl/general/ |
empty-handle.js | 43 if (e instanceof RangeError) {
|
/external/v8/test/intl/number-format/ |
resolved-options-is-method.js | 35 assertTrue(result instanceof Object);
|
/external/v8/test/mjsunit/es6/debug-promises/ |
reject-caught-by-default-reject-handler.js | 45 assertTrue(event_data.promise() instanceof Promise);
|
throw-caught-by-default-reject-handler.js | 45 assertTrue(event_data.promise() instanceof Promise);
|
/external/v8/test/mjsunit/es6/regress/ |
regress-crbug-248025.js | 37 if (!(e instanceof SyntaxError)) throw e;
|
/external/v8/test/mjsunit/regress/ |
regress-1130.js | 38 assertTrue(e instanceof TypeError);
|
regress-1582.js | 32 if (typeof rest === "object" && (rest instanceof Array)) {
|
regress-1200351.js | 44 eval("export Join((void), false.className(), null instanceof continue, return 'a', 0.__defineGetter__(x,function(){native}))") 184 eval("if (parseInt(break) instanceof 0.length) { this.(!0.2) }") 412 eval("native false.length?new RegExp instanceof this:Array(undef)") 448 eval("for (eval(0.2) instanceof debugger.splice() in null.superConstructor==new Object()&void) { Number(0+x) }") 627 eval("new Function(new RegExp.indexOf(1).filter(continue instanceof break))") 647 eval("x[native] instanceof -1.join().prototype.this.null.size = 0.2.prototype.x+0.2.indexOf(false)") 651 eval("for (this instanceof new RegExp.splice() in null>>>=new RegExp.valueOf()) { function () { unescape(1) } }") 711 eval("for (true&void.exec(void.exec(continue)) in Join('a', undef, new Object(), continue, x) instanceof {undef}) { unescape(-1.prototype.name) }") 842 eval("import Join(new Object().splice(), this instanceof 1, parseFloat(NaN), undef.concat(x), void.className())") [all...] |
regress-145201.js | 91 item('instanceof');
|
/external/v8/test/webkit/fast/js/ |
date-toisostring.js | 31 return e instanceof RangeError;
|
parser-syntax-check.js | 37 success = !(e instanceof SyntaxError); 121 valid ("a in b instanceof delete -c"); 122 invalid("a in instanceof b.l"); 264 valid ("var a = a in b in c instanceof d");
|
/external/v8/test/webkit/ |
reserved-words.js | 56 "instanceof",
|
codegen-temporaries.js | 667 return a instanceof (a = 1, Object); 675 return a instanceof (++a, Object); 683 return a instanceof (a += 1, Object);
|
/external/v8/test/promises-aplus/lib/ |
mocha.js | 135 if (e instanceof Error) { 145 if (e instanceof Error) { 155 if (e instanceof Error) {
|
/external/v8/src/ |
mirror-debugger.js | 247 return this instanceof ValueMirror; 256 return this instanceof UndefinedMirror; 265 return this instanceof NullMirror; 274 return this instanceof BooleanMirror; 283 return this instanceof NumberMirror; 292 return this instanceof StringMirror; 301 return this instanceof SymbolMirror; 310 return this instanceof ObjectMirror; 319 return this instanceof FunctionMirror; 328 return this instanceof UnresolvedFunctionMirror [all...] |
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/ |
CommonToken.js | 19 if ( oldToken instanceof org.antlr.runtime.CommonToken ) {
|
/external/v8/test/webkit/fast/js/kde/ |
lval-exceptions.js | 56 if (typeof exType == "undefined" || exception instanceof exType)
|