Home | History | Annotate | Download | only in src

Lines Matching defs:inherits

127  * The Function.prototype.inherits from lang.js rewritten as a standalone
137 function inherits(ctor, superCtor) {
439 inherits(ValueMirror, Mirror);
478 inherits(UndefinedMirror, ValueMirror);
494 inherits(NullMirror, ValueMirror);
511 inherits(BooleanMirror, ValueMirror);
528 inherits(NumberMirror, ValueMirror);
545 inherits(StringMirror, ValueMirror);
576 inherits(ObjectMirror, ValueMirror);
787 inherits(FunctionMirror, ObjectMirror);
919 inherits(UnresolvedFunctionMirror, FunctionMirror);
966 inherits(ArrayMirror, ObjectMirror);
1003 inherits(DateMirror, ObjectMirror);
1021 inherits(RegExpMirror, ObjectMirror);
1075 inherits(ErrorMirror, ObjectMirror);
1119 inherits(PropertyMirror, Mirror);
1433 inherits(FrameMirror, Mirror);
1772 inherits(ScopeMirror, Mirror);
1812 inherits(ScriptMirror, Mirror);
1932 inherits(ContextMirror, Mirror);