Home | History | Annotate | Download | only in debug

Lines Matching refs:instanceof

214   return this instanceof ValueMirror;
223 return this instanceof UndefinedMirror;
232 return this instanceof NullMirror;
241 return this instanceof BooleanMirror;
250 return this instanceof NumberMirror;
259 return this instanceof StringMirror;
268 return this instanceof SymbolMirror;
277 return this instanceof ObjectMirror;
286 return this instanceof FunctionMirror;
295 return this instanceof UnresolvedFunctionMirror;
304 return this instanceof ArrayMirror;
313 return this instanceof DateMirror;
322 return this instanceof RegExpMirror;
331 return this instanceof ErrorMirror;
340 return this instanceof PromiseMirror;
349 return this instanceof GeneratorMirror;
358 return this instanceof PropertyMirror;
367 return this instanceof InternalPropertyMirror;
376 return this instanceof FrameMirror;
385 return this instanceof ScriptMirror;
394 return this instanceof ContextMirror;
403 return this instanceof ScopeMirror;
412 return this instanceof MapMirror;
421 return this instanceof SetMirror;
430 return this instanceof IteratorMirror;