zac

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
zac [2010/05/10 14:02]
aspectscript
zac [2010/05/10 15:49] (current)
aspectscript
Line 16: Line 16:
 In the sample code below, the alert function is called in four different ways: (1) a direct call, (2) an indirect call (using delegation), (3) another indirect call (using eval), and (4), a scheduled invocation. The four attempts end with an exeption if the restriction R_ALERT is active. Please notice that an exception is thrown when the first alert is about to be executed, so you will have to incrementally comment the calls to alert in order to test the remaining ones. In the sample code below, the alert function is called in four different ways: (1) a direct call, (2) an indirect call (using delegation), (3) another indirect call (using eval), and (4), a scheduled invocation. The four attempts end with an exeption if the restriction R_ALERT is active. Please notice that an exception is thrown when the first alert is about to be executed, so you will have to incrementally comment the calls to alert in order to test the remaining ones.
  
-(The exceptions thrown by ZAC can be observed in the "Error Console" of Firefox, or in the console of <a href="http://getfirebug.com/">Firebug</a> if installed.)+(The exceptions thrown by ZAC can be observed in the "Error Console" of Firefox, or in the console of [[http://getfirebug.com/|Firebug]] if installed.)
  
 <html> <html>
  • zac.1273510945.txt.gz
  • Last modified: 2010/05/10 14:02
  • by aspectscript