Lines Matching refs:instanceof
238 return this instanceof ValueMirror;
247 return this instanceof UndefinedMirror;
256 return this instanceof NullMirror;
265 return this instanceof BooleanMirror;
274 return this instanceof NumberMirror;
283 return this instanceof StringMirror;
292 return this instanceof ObjectMirror;
301 return this instanceof FunctionMirror;
310 return this instanceof UnresolvedFunctionMirror;
319 return this instanceof ArrayMirror;
328 return this instanceof DateMirror;
337 return this instanceof RegExpMirror;
346 return this instanceof ErrorMirror;
355 return this instanceof PropertyMirror;
364 return this instanceof FrameMirror;
373 return this instanceof ScriptMirror;
382 return this instanceof ContextMirror;
391 return this instanceof ScopeMirror;