Hi all, We need to use WeakMap ( https://developer.mozilla.org/en/JavaScript/Reference/Global_Objects/WeakMap) data structure in our node application.
Currently the only way we've found to enable WeakMap is to replace the v8 in node by a custom build v8 with --enable-weakmap switch on. But I'm afraid the replace of V8 engine might cause some issues that we are not able to handle. Thus, is there any easy way to use weakmap in node? Regards, ty -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
