On Sat, Nov 21, 2009 at 5:23 AM, dracflamloc <[email protected]>wrote:
> > Should at least be a #define i'd think. > > i hope you guys are kidding about that solution. v8 should _never_ crash an app just because a few fields are added to an object. Throwing an exception when we've reached some (very high) limit (e.g. thousands of properties) might be acceptable, but not outright crashing. When creating class bindings it is sometimes necessary to add hundreds of properties (e.g. my libcurl wrapper has about 200 CURLXXX constants mapped to JS, not including any bound functions). -- ----- stephan beal http://wanderinghorse.net/home/stephan/ --~--~---------~--~----~------------~-------~--~----~ v8-users mailing list [email protected] http://groups.google.com/group/v8-users -~----------~----~----~----~------~----~------~--~---
