Lines Matching refs:instanceof
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;
337 return this instanceof ArrayMirror;
346 return this instanceof DateMirror;
355 return this instanceof RegExpMirror;
364 return this instanceof ErrorMirror;
373 return this instanceof PromiseMirror;
382 return this instanceof GeneratorMirror;
391 return this instanceof PropertyMirror;
400 return this instanceof InternalPropertyMirror;
409 return this instanceof FrameMirror;
418 return this instanceof ScriptMirror;
427 return this instanceof ContextMirror;
436 return this instanceof ScopeMirror;
445 return this instanceof MapMirror;
454 return this instanceof SetMirror;