2012-02-19 15:26:39 -05:00
|
|
|
@manual{es5-call,
|
|
|
|
organization = "ECMA International",
|
2012-03-05 23:20:29 -05:00
|
|
|
title = "ECMA-262",
|
2012-02-19 15:26:39 -05:00
|
|
|
edition = "5.1",
|
|
|
|
year = "2011",
|
|
|
|
month = "Jun",
|
|
|
|
note = "Section 10.4.3"
|
|
|
|
}
|
2012-03-05 23:20:29 -05:00
|
|
|
|
|
|
|
@misc{jsperf-func-wrap,
|
|
|
|
author = {Mike Gerwitz},
|
|
|
|
title = {Function Wrapper (Invocation)},
|
|
|
|
note = {Accessed: 25 Feb 2012},
|
|
|
|
howpublished = {\url{http://jsperf.com/coope-function-wrapper}},
|
|
|
|
}
|
|
|
|
|
|
|
|
@misc{jsperf-func-wrap-blogic,
|
|
|
|
author = {Mike Gerwitz},
|
|
|
|
title = {Function Wrapper (w/ Business Logic)},
|
|
|
|
note = {Accessed: 25 Feb 2012},
|
|
|
|
howpublished = {\url{http://jsperf.com/coope-function-wrapper-w-blogic}},
|
|
|
|
}
|
|
|
|
|
2012-04-05 18:39:55 -04:00
|
|
|
@book{gof,
|
|
|
|
author = {Erich Gamma and Richard Helm and Ralph Johnson and John Vlissides},
|
|
|
|
title = {Design Patterns: Elements of Reusable Object-Oriented Software},
|
|
|
|
publisher = {Addison-Wesley},
|
|
|
|
year = {1994}
|
|
|
|
}
|
|
|
|
|
2012-03-05 23:20:29 -05:00
|
|
|
@book{oreilly-hpj,
|
|
|
|
author = {Nicholas C. Zakas},
|
|
|
|
title = {High Performance JavaScript},
|
|
|
|
publisher = {O'Reilly Media, Inc},
|
|
|
|
year = {2010},
|
|
|
|
note = {Reference for some of the call stack limits mentioned in the
|
|
|
|
article \citenf}
|
|
|
|
}
|