Home | History | Annotate | Download | only in debug

Lines Matching defs:inherits

219  * The Function.prototype.inherits from lang.js rewritten as a standalone
229 function inherits(ctor, superCtor) {
548 inherits(ValueMirror, Mirror);
588 inherits(UndefinedMirror, ValueMirror);
604 inherits(NullMirror, ValueMirror);
621 inherits(BooleanMirror, ValueMirror);
638 inherits(NumberMirror, ValueMirror);
655 inherits(StringMirror, ValueMirror);
684 inherits(SymbolMirror, ValueMirror);
709 inherits(ObjectMirror, ValueMirror);
889 inherits(FunctionMirror, ObjectMirror);
1055 inherits(UnresolvedFunctionMirror, FunctionMirror);
1102 inherits(ArrayMirror, ObjectMirror);
1139 inherits(DateMirror, ObjectMirror);
1157 inherits(RegExpMirror, ObjectMirror);
1229 inherits(ErrorMirror, ObjectMirror);
1262 inherits(PromiseMirror, ObjectMirror);
1291 inherits(MapMirror, ObjectMirror);
1331 inherits(SetMirror, ObjectMirror);
1365 inherits(IteratorMirror, ObjectMirror);
1397 inherits(GeneratorMirror, ObjectMirror);
1474 inherits(PropertyMirror, Mirror);
1609 inherits(InternalPropertyMirror, Mirror);
1823 inherits(FrameMirror, Mirror);
2258 inherits(ScopeMirror, Mirror);
2309 inherits(ScriptMirror, Mirror);
2429 inherits(ContextMirror, Mirror);