The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-event-emitter-modify-in-emit.js @ b0c0111b

History | View | Annotate | Download (2.55 KB)

# Date Author Comment
018e110c 10/14/2011 07:08 PM Ben Noordhuis

test: replace .addListener() calls with .on()

55048cdf 03/14/2011 08:37 PM Ryan Dahl

Update copyright headers

0665f027 12/05/2010 06:41 PM Oleg Efimov

GJSLint all simple tests exclude http-*, url, path

a0159b4b 12/04/2010 06:58 PM Ryan Dahl

Fix global leaks

9fd5e3c8 07/15/2010 05:21 PM Ryan Dahl

Update tests to work with module contexts

8c853404 06/30/2010 02:59 AM Blake Mizerany

fix whitespace errors

e5cbe73a 03/18/2010 05:08 PM Carson McDonald

Better EventEmitter modify-in-emit

Changed ReallyEmit so that it clones the Array of listeners before
processing the emit. Added better tests to make sure that modifying
listeners inside event handlers doesn't cause later listeners to be skipped
or added.

f8eb1637 03/09/2010 12:30 PM Aaron Heckmann

Add removeAllListeners

5861db8a 03/08/2010 08:57 PM isaacs

Remove process.mixin dependency from all tests.

04fac198 02/25/2010 02:41 PM arlolra

Split tests.