Lines Matching refs:instanceof
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;
331 return this instanceof DateMirror;
340 return this instanceof RegExpMirror;
349 return this instanceof ErrorMirror;
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;