Lines Matching refs:inherits
137 function inherits(ctor, superCtor) { function
499 inherits(ValueMirror, Mirror);
539 inherits(UndefinedMirror, ValueMirror);
555 inherits(NullMirror, ValueMirror);
572 inherits(BooleanMirror, ValueMirror);
589 inherits(NumberMirror, ValueMirror);
606 inherits(StringMirror, ValueMirror);
635 inherits(SymbolMirror, ValueMirror);
659 inherits(ObjectMirror, ValueMirror);
931 inherits(FunctionMirror, ObjectMirror);
1087 inherits(UnresolvedFunctionMirror, FunctionMirror);
1134 inherits(ArrayMirror, ObjectMirror);
1171 inherits(DateMirror, ObjectMirror);
1189 inherits(RegExpMirror, ObjectMirror);
1243 inherits(ErrorMirror, ObjectMirror);
1276 inherits(PromiseMirror, ObjectMirror);
1305 inherits(MapMirror, ObjectMirror);
1343 inherits(SetMirror, ObjectMirror);
1376 inherits(GeneratorMirror, ObjectMirror);
1448 inherits(PropertyMirror, Mirror);
1583 inherits(InternalPropertyMirror, Mirror);
1797 inherits(FrameMirror, Mirror);
2224 inherits(ScopeMirror, Mirror);
2274 inherits(ScriptMirror, Mirror);
2394 inherits(ContextMirror, Mirror);