Comment #7 on issue 1929 by [email protected]: getOwnPropertyNames should only include named properties, not numbered ones
http://code.google.com/p/v8/issues/detail?id=1929
In general one should _not_ expect that V8 will gracefully recover from out of memory situation. This is by design. Preferred way to handle OOM is to crash.
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
