HomeSort by relevance Sort by last modified time
    Searched refs:instanceof (Results 126 - 150 of 238) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/v8/test/webkit/fast/js/
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/chromium_org/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/mjsunit/
get-prototype-of.js 37 assertTrue(caught instanceof TypeError);
  /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...]
  /external/chromium_org/v8/test/mjsunit/
array-constructor-feedback.js 212 assertTrue(a instanceof Array);
219 assertFalse(Realm.eval(contextB, "bar2();") instanceof Array);
220 assertTrue(Realm.eval(contextB, "bar2() instanceof Array"));
array-feedback.js 208 assertTrue(type() instanceof type);
209 assertTrue(type(5) instanceof type);
210 assertTrue(type(1,2,3) instanceof type);
  /external/chromium_org/v8/test/mjsunit/regress/
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/chromium_org/v8/src/
mirror-debugger.js 241 return this instanceof ValueMirror;
250 return this instanceof UndefinedMirror;
259 return this instanceof NullMirror;
268 return this instanceof BooleanMirror;
277 return this instanceof NumberMirror;
286 return this instanceof StringMirror;
295 return this instanceof ObjectMirror;
304 return this instanceof FunctionMirror;
313 return this instanceof UnresolvedFunctionMirror;
322 return this instanceof ArrayMirror
    [all...]
  /external/v8/src/
mirror-debugger.js 241 return this instanceof ValueMirror;
250 return this instanceof UndefinedMirror;
259 return this instanceof NullMirror;
268 return this instanceof BooleanMirror;
277 return this instanceof NumberMirror;
286 return this instanceof StringMirror;
295 return this instanceof ObjectMirror;
304 return this instanceof FunctionMirror;
313 return this instanceof UnresolvedFunctionMirror;
322 return this instanceof ArrayMirror
    [all...]
messages.js 65 // instanceof $Error" because user code can replace
69 return (obj instanceof $Error) ||
70 (obj instanceof $EvalError) ||
71 (obj instanceof $RangeError) ||
72 (obj instanceof $ReferenceError) ||
73 (obj instanceof $SyntaxError) ||
74 (obj instanceof $TypeError) ||
75 (obj instanceof $URIError);
174 "instanceof_function_expected", ["Expecting a function in instanceof check, but got ", "%0"],
175 "instanceof_nonobject_proto", ["Function has non-object prototype '", "%0", "' in instanceof check"]
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 459 if (overElement instanceof BookmarkList)
466 var isOverTreeItem = overElement instanceof TreeItem;
505 if (overElement instanceof BookmarkList)
513 if (!this.isDraggingFolders() && overElement instanceof TreeItem)
516 var isOverTreeItem = overElement instanceof TreeItem;
573 if (overElement instanceof BookmarkList) {
599 if (target instanceof ListItem) {
602 } else if (target instanceof TreeItem) {
682 if (overElement instanceof TreeItem) {
725 overElement instanceof TreeItem)
    [all...]
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/
CommonToken.js 19 if ( oldToken instanceof org.antlr.runtime.CommonToken ) {
  /external/chromium_org/chrome/browser/resources/sync_internals/
chrome_sync.js 62 if (e instanceof Error) {
  /external/chromium_org/v8/test/webkit/fast/js/kde/
lval-exceptions.js 56 if (typeof exType == "undefined" || exception instanceof exType)
  /external/v8/test/mjsunit/compiler/
inline-arguments.js 34 assertTrue(this instanceof A);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 252 return src instanceof HTMLTextAreaElement ||
253 src instanceof HTMLInputElement &&
  /external/chromium_org/chrome/browser/resources/file_manager/js/
folder_shortcuts_data_model.js 35 if (list instanceof Array) {
52 if (list instanceof Array) {
  /external/chromium_org/chrome/browser/resources/file_manager/js/metadata/
mpeg_parser.js 175 } else if (parser instanceof Function) {
188 if (parser instanceof Function) {
  /external/chromium_org/chrome/test/chromedriver/js/
call_function.js 103 else if (SHADOW_DOM_ENABLED && nodeRoot instanceof WebKitShadowRoot)
148 || (SHADOW_DOM_ENABLED && value instanceof WebKitShadowRoot)) {
  /external/chromium_org/v8/src/extensions/i18n/
overrides.js 109 if (!(this instanceof Number) && typeof(this) !== 'number') {
131 if (!(date instanceof Date)) {
  /external/chromium_org/chrome/browser/resources/net_internals/
log_view_painter.js 305 if (key == 'headers' && value instanceof Array) {
434 entry.params.headers instanceof Array) {
531 !(entry.params.headers instanceof Object)) {
554 if (!(typeof params.line == 'string') || !(params.headers instanceof Array)) {
571 if (!(entry.params.certificates instanceof Array)) {

Completed in 469 milliseconds

1 2 3 4 56 7 8 910