50bb605a6a
A combination of two independent interface changes: 1. Constructor takes a RawArray* and allocates its own Array handle. 2. Release provides access to the entire handle, rather than just the raw. This results in a very clean usage pattern, like: FooTable table(get_foo_table()); table.Insert(obj); ... set_foo_table(table.Release()); Having the isolate inside HashTable also allows faster allocation of temporary handles. R=iposva@google.com Review URL: https://codereview.chromium.org//428273002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@38794 260f80e4-7a28-3924-810f-c04153c831b5