Members
(static) getInterceptTop :function
Type:
- function
 
- Source:
 
(static) interceptOnce :function
    replace the specified function, but then restore the original function as soon as it is call
    Type:
- function
 
- Source:
 
(static) interceptPop :function
    restore the most recent function replacement
    Type:
- function
 
- Source:
 
(static) interceptPush :function
    replace the specified function, saving the original function on a stack
    Type:
- function
 
- Source:
 
(static) interceptReplace :function
    replace the specified function with the given function
    Type:
- function
 
- Source:
 
(static) interceptStack :Array
Type:
- Source:
 
Methods
(static) interceptAfter()
    execute the given function after each call of the specified function
- Source:
 
(static) interceptBefore()
    execute the given function before each call of the specified function