Home Reference Source Repository

References

Function Summary

Static Public Function Summary
public

reduceInheritanceChain(constr: Function, reducer: Reducer, carry: *, stop: Function): *

takes a class and reduces its prototype chain with a given callback

public

reducePrototypeChain(instance: Object, reducer: Reducer, carry: *, stop: Function): *

takes an object and reduces its prototype chain with a given callback