mirror of https://github.com/lukechilds/node.git
Browse Source
Because of behavior change of some V8 APIs (they mostly became more strict), following modules needed to be fixed: * crypto: duplicate prototype methods are not allowed anymore * contextify: some TryCatch trickery, the binding was using it incorrectly * util: maximum call stack error is now crashing in a different place Reviewed-By: Trevor Norris <trevnorris@gmail.com> PR-URL: https://github.com/joyent/node/pull/8476archived-io.js-v0.12
Fedor Indutny
10 years ago
9 changed files with 44 additions and 35 deletions
Loading…
Reference in new issue