Home | History | Annotate | Download | only in debug

Lines Matching refs:instanceof

287   return this instanceof ValueMirror;
296 return this instanceof UndefinedMirror;
305 return this instanceof NullMirror;
314 return this instanceof BooleanMirror;
323 return this instanceof NumberMirror;
332 return this instanceof StringMirror;
341 return this instanceof SymbolMirror;
350 return this instanceof ObjectMirror;
359 return this instanceof FunctionMirror;
368 return this instanceof UnresolvedFunctionMirror;
377 return this instanceof ArrayMirror;
386 return this instanceof DateMirror;
395 return this instanceof RegExpMirror;
404 return this instanceof ErrorMirror;
413 return this instanceof PromiseMirror;
422 return this instanceof GeneratorMirror;
431 return this instanceof PropertyMirror;
440 return this instanceof InternalPropertyMirror;
449 return this instanceof FrameMirror;
458 return this instanceof ScriptMirror;
467 return this instanceof ContextMirror;
476 return this instanceof ScopeMirror;
485 return this instanceof MapMirror;
494 return this instanceof SetMirror;
503 return this instanceof IteratorMirror;