javascript AOP advice to statements
        Posted  
        
            by Paul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul
        
        
        
        Published on 2010-04-29T18:13:53Z
        Indexed on 
            2010/04/30
            3:57 UTC
        
        
        Read the original article
        Hit count: 413
        
JavaScript
|aop
Some javascript libraries, such as JQuery and Dojo, provide AOP APIs that can introduce before, after, or around advice to a function. Just wondering whether there is any javascript AOP libraries can introduce such advices to an individual statement?
© Stack Overflow or respective owner