Lines Matching refs:instanceof
239 return this instanceof ValueMirror;
248 return this instanceof UndefinedMirror;
257 return this instanceof NullMirror;
266 return this instanceof BooleanMirror;
275 return this instanceof NumberMirror;
284 return this instanceof StringMirror;
293 return this instanceof ObjectMirror;
302 return this instanceof FunctionMirror;
311 return this instanceof UnresolvedFunctionMirror;
320 return this instanceof ArrayMirror;
329 return this instanceof DateMirror;
338 return this instanceof RegExpMirror;
347 return this instanceof ErrorMirror;
356 return this instanceof PropertyMirror;
365 return this instanceof FrameMirror;
374 return this instanceof ScriptMirror;
383 return this instanceof ContextMirror;
392 return this instanceof ScopeMirror;