Home | History | Annotate | Download | only in src

Lines Matching refs:inherits

127  * The Function.prototype.inherits from lang.js rewritten as a standalone
137 function inherits(ctor, superCtor) {
448 inherits(ValueMirror, Mirror);
487 inherits(UndefinedMirror, ValueMirror);
503 inherits(NullMirror, ValueMirror);
520 inherits(BooleanMirror, ValueMirror);
537 inherits(NumberMirror, ValueMirror);
554 inherits(StringMirror, ValueMirror);
585 inherits(ObjectMirror, ValueMirror);
837 inherits(FunctionMirror, ObjectMirror);
985 inherits(UnresolvedFunctionMirror, FunctionMirror);
1032 inherits(ArrayMirror, ObjectMirror);
1069 inherits(DateMirror, ObjectMirror);
1087 inherits(RegExpMirror, ObjectMirror);
1141 inherits(ErrorMirror, ObjectMirror);
1185 inherits(PropertyMirror, Mirror);
1320 inherits(InternalPropertyMirror, Mirror);
1531 inherits(FrameMirror, Mirror);
1936 inherits(ScopeMirror, Mirror);
1981 inherits(ScriptMirror, Mirror);
2101 inherits(ContextMirror, Mirror);